diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index 04863a3..0dfc108 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -15,6 +15,8 @@ - + + + diff --git a/ElectronNET.API/devCleanup.sh b/ElectronNET.API/devCleanup.sh new file mode 100755 index 0000000..f3b1b44 --- /dev/null +++ b/ElectronNET.API/devCleanup.sh @@ -0,0 +1 @@ +rm -rf ~/.nuget/packages/electronnet.api \ No newline at end of file diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index 8702f57..eb487c8 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -52,5 +52,7 @@ - + + + diff --git a/ElectronNET.CLI/devCleanup.sh b/ElectronNET.CLI/devCleanup.sh new file mode 100755 index 0000000..b8b7e1f --- /dev/null +++ b/ElectronNET.CLI/devCleanup.sh @@ -0,0 +1 @@ +rm -rf ~/.nuget/packages/electronnet.cli \ No newline at end of file