Skip to content

Commit

Permalink
Remove the Version= suffix from the DotNetZip reference
Browse files Browse the repository at this point in the history
  • Loading branch information
craigminihan committed Feb 12, 2019
1 parent 48533c9 commit 97a10ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HttpWebServer/HttpWebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="DotNetZip, Version=1.13.2">
<Reference Include="DotNetZip">
<HintPath>..\packages\DotNetZip.1.13.2\lib\net40\DotNetZip.dll</HintPath>
</Reference>
</ItemGroup>
Expand All @@ -53,4 +53,4 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
</Project>
</Project>

0 comments on commit 97a10ab

Please sign in to comment.