Skip to content

Commit

Permalink
Updated DotNetZip to 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Feb 12, 2019
1 parent cf1acb4 commit 97a76cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions HttpWebClient/HttpWebClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="DotNetZip, Version=1.10.1.0, Culture=neutral, PublicKeyToken=6583c7c814667745, processorArchitecture=MSIL">
<HintPath>..\packages\DotNetZip.1.10.1\lib\net20\DotNetZip.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="DotNetZip">
<HintPath>..\packages\DotNetZip.1.13.2\lib\net40\DotNetZip.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="HttpWebClientBootstrap.cs" />
Expand All @@ -52,9 +52,9 @@
<Compile Include="HttpWebClientSocketCache.cs" />
<Compile Include="HttpWebClientStatusCode.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
2 changes: 1 addition & 1 deletion HttpWebClient/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.10.1" targetFramework="net40" />
<package id="DotNetZip" version="1.13.2" targetFramework="net40" />
</packages>

0 comments on commit 97a76cf

Please sign in to comment.