Skip to content

Commit

Permalink
Cleanup NuGet dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrondeau committed Feb 11, 2016
1 parent bedfe1f commit 3977adc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
9 changes: 6 additions & 3 deletions GoToWindow.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,18 @@
<!-- Dependencies -->
<file src="GoToWindow\bin\Release\Hardcodet.Wpf.TaskbarNotification.dll" target="lib\net461\Hardcodet.Wpf.TaskbarNotification.dll" />
<file src="GoToWindow\bin\Release\log4net.dll" target="lib\net461\log4net.dll" />
<file src="GoToWindow\bin\Release\Microsoft.Web.XmlTransform.dll" target="lib\net461\Microsoft.Web.XmlTransform.dll" />

<!-- Squirrel -->
<file src="GoToWindow\bin\Release\DeltaCompressionDotNet.dll" target="lib\net461\DeltaCompressionDotNet.dll" />
<file src="GoToWindow\bin\Release\DeltaCompressionDotNet.MsDelta.dll" target="lib\net461\DeltaCompressionDotNet.MsDelta.dll" />
<file src="GoToWindow\bin\Release\DeltaCompressionDotNet.PatchApi.dll" target="lib\net461\DeltaCompressionDotNet.PatchApi.dll" />
<file src="GoToWindow\bin\Release\Mono.Cecil.dll" target="lib\net461\Mono.Cecil.dll" />
<file src="GoToWindow\bin\Release\Mono.Cecil.Mdb.dll" target="lib\net461\Mono.Cecil.Mdb.dll" />
<file src="GoToWindow\bin\Release\Mono.Cecil.Pdb.dll" target="lib\net461\Mono.Cecil.Pdb.dll" />
<file src="GoToWindow\bin\Release\Mono.Cecil.Rocks.dll" target="lib\net461\Mono.Cecil.Rocks.dll" />
<file src="GoToWindow\bin\Release\NuGet.Core.dll" target="lib\net461\NuGet.Core.dll" />
<file src="GoToWindow\bin\Release\Splat.dll" target="lib\net461\Splat.dll" />
<file src="GoToWindow\bin\Release\Squirrel.dll" target="lib\net461\Squirrel.dll" />
<file src="GoToWindow\bin\Release\Nuget.Squirrel.dll" target="lib\net461\Nuget.Squirrel.dll" />
<file src="GoToWindow\bin\Release\Nuget.Squirrel.dll" target="lib\net461\Nuget.Squirrel.dll" />

<!-- Config Files -->
<file src="GoToWindow\bin\Release\GoToWindow.exe.config" target="lib\net461\GoToWindow.exe.config" />
Expand Down
20 changes: 10 additions & 10 deletions GoToWindow/GoToWindow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,16 @@
<ApplicationIcon>Resources\AppIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="DeltaCompressionDotNet, Version=2.0.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.2.0.0.0-rc1\lib\net20\DeltaCompressionDotNet.dll</HintPath>
<Reference Include="DeltaCompressionDotNet, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1d14d6e5194e7f4a, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DeltaCompressionDotNet.MsDelta, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46b2138a390abf55, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.MsDelta.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="DeltaCompressionDotNet.PatchApi, Version=1.0.0.0, Culture=neutral, PublicKeyToken=3e8888ee913ed789, processorArchitecture=MSIL">
<HintPath>..\packages\DeltaCompressionDotNet.1.0.0\lib\net45\DeltaCompressionDotNet.PatchApi.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
Expand All @@ -57,10 +65,6 @@
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Web.XmlTransform, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.Web.Xdt.2.1.1\lib\net40\Microsoft.Web.XmlTransform.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath>
<Private>True</Private>
Expand All @@ -77,10 +81,6 @@
<HintPath>..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NuGet.Core, Version=2.10.1.766, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\NuGet.Core.2.10.1\lib\net40-Client\NuGet.Core.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NuGet.Squirrel, Version=3.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\squirrel.windows.1.2.3\lib\Net45\NuGet.Squirrel.dll</HintPath>
<Private>True</Private>
Expand Down
4 changes: 1 addition & 3 deletions GoToWindow/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DeltaCompressionDotNet" version="2.0.0.0-rc1" targetFramework="net461" />
<package id="DeltaCompressionDotNet" version="1.0.0" targetFramework="net461" />
<package id="Hardcodet.NotifyIcon.Wpf" version="1.0.5" targetFramework="net461" />
<package id="log4net" version="2.0.5" targetFramework="net461" />
<package id="Microsoft.Web.Xdt" version="2.1.1" targetFramework="net461" />
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net461" />
<package id="NuGet.Core" version="2.10.1" targetFramework="net461" />
<package id="Splat" version="1.6.2" targetFramework="net461" />
<package id="squirrel.windows" version="1.2.3" targetFramework="net461" />
</packages>

0 comments on commit 3977adc

Please sign in to comment.