From 3977adc99f4f9825fafde4a5cd76194f2d0ce758 Mon Sep 17 00:00:00 2001 From: Christian Rondeau Date: Wed, 10 Feb 2016 19:43:33 -0500 Subject: [PATCH] Cleanup NuGet dependencies --- GoToWindow.nuspec | 9 ++++++--- GoToWindow/GoToWindow.csproj | 20 ++++++++++---------- GoToWindow/packages.config | 4 +--- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/GoToWindow.nuspec b/GoToWindow.nuspec index 3f1f5e0..112ca87 100644 --- a/GoToWindow.nuspec +++ b/GoToWindow.nuspec @@ -42,15 +42,18 @@ - + + + + + - - + diff --git a/GoToWindow/GoToWindow.csproj b/GoToWindow/GoToWindow.csproj index 8432f1f..528af78 100644 --- a/GoToWindow/GoToWindow.csproj +++ b/GoToWindow/GoToWindow.csproj @@ -41,8 +41,16 @@ Resources\AppIcon.ico - - ..\packages\DeltaCompressionDotNet.2.0.0.0-rc1\lib\net20\DeltaCompressionDotNet.dll + + ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.dll + True + + + ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll + True + + + ..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll True @@ -57,10 +65,6 @@ ..\packages\log4net.2.0.5\lib\net45-full\log4net.dll True - - ..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll - True - ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll True @@ -77,10 +81,6 @@ ..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll True - - ..\packages\NuGet.Core.2.10.1\lib\net40-Client\NuGet.Core.dll - True - ..\packages\squirrel.windows.1.2.3\lib\Net45\NuGet.Squirrel.dll True diff --git a/GoToWindow/packages.config b/GoToWindow/packages.config index cd6c432..ce2aedf 100644 --- a/GoToWindow/packages.config +++ b/GoToWindow/packages.config @@ -1,11 +1,9 @@  - + - - \ No newline at end of file