diff --git a/ElectronNET.API/ElectronNET.API.csproj b/ElectronNET.API/ElectronNET.API.csproj index 6977e4b..5c20f7f 100644 --- a/ElectronNET.API/ElectronNET.API.csproj +++ b/ElectronNET.API/ElectronNET.API.csproj @@ -8,14 +8,13 @@ + - - - ..\..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.hosting.abstractions\2.0.0\lib\netstandard2.0\Microsoft.AspNetCore.Hosting.Abstractions.dll - - + + + diff --git a/ElectronNET.API/devCleanup.cmd b/ElectronNET.API/devCleanup.cmd new file mode 100644 index 0000000..23931d4 --- /dev/null +++ b/ElectronNET.API/devCleanup.cmd @@ -0,0 +1 @@ +rd /s /q %userprofile%\.nuget\packages\electronnet.api diff --git a/ElectronNET.CLI/ElectronNET.CLI.csproj b/ElectronNET.CLI/ElectronNET.CLI.csproj index cf750e6..6f4fd2f 100644 --- a/ElectronNET.CLI/ElectronNET.CLI.csproj +++ b/ElectronNET.CLI/ElectronNET.CLI.csproj @@ -26,4 +26,8 @@ + + + + diff --git a/ElectronNET.CLI/devCleanup.cmd b/ElectronNET.CLI/devCleanup.cmd new file mode 100644 index 0000000..611fffc --- /dev/null +++ b/ElectronNET.CLI/devCleanup.cmd @@ -0,0 +1,2 @@ +rd /s /q %userprofile%\.nuget\packages\.tools\electronnet.cli +rd /s /q %userprofile%\.nuget\packages\electronnet.cli