Updated SharpCompress to 0.19.2.0.

This commit is contained in:
2017-12-19 04:11:10 +00:00
parent 6f2897f78b
commit fed73af450
8 changed files with 18 additions and 12 deletions

View File

@@ -34,6 +34,9 @@
<ConsolePause>false</ConsolePause>
</PropertyGroup>
<ItemGroup>
<Reference Include="SharpCompress, Version=0.19.2.0, Culture=neutral, PublicKeyToken=afb0a02973931d96">
<HintPath>..\packages\SharpCompress.0.19.2\lib\net35\SharpCompress.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="CommandLine">

View File

@@ -2,4 +2,5 @@
<packages>
<package id="Claunia.Encoding" version="1.2.9.1" targetFramework="net40" />
<package id="CommandLineParser" version="2.1.1-beta" targetFramework="net40" />
<package id="SharpCompress" version="0.19.2" targetFramework="net40" />
</packages>