Browse Source

缺少的包

liyuanyuan 3 years ago
parent
commit
370e35560d
2 changed files with 3 additions and 1 deletions
  1. 3 0
      code/ZXDT.Common/ZXDT.Common.csproj
  2. 0 1
      code/ZXDT.Common/packages.config

+ 3 - 0
code/ZXDT.Common/ZXDT.Common.csproj

@@ -40,6 +40,9 @@
40 40
     <WarningLevel>4</WarningLevel>
41 41
   </PropertyGroup>
42 42
   <ItemGroup>
43
+    <Reference Include="ICSharpCode.SharpZipLib">
44
+      <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
45
+    </Reference>
43 46
     <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
44 47
       <HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
45 48
     </Reference>

+ 0 - 1
code/ZXDT.Common/packages.config

@@ -1,6 +1,5 @@
1 1
 <?xml version="1.0" encoding="utf-8"?>
2 2
 <packages>
3
-  <package id="ICSharpCode.SharpZipLib.dll" version="0.85.4.369" targetFramework="net40" />
4 3
   <package id="Ionic.Zip" version="1.9.1.8" targetFramework="net40" />
5 4
   <package id="log4net" version="2.0.12" targetFramework="net40" />
6 5
   <package id="NPOI" version="2.2.1" targetFramework="net40" />