Skip to content

Commit 7085ffa

Browse files
committed
remove dotnetzip dependency
1 parent e012a14 commit 7085ffa

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

IrdLibraryClient/Compression/DeflateCompressor.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NATIVE
2-
using Ionic.Zlib;
3-
#else
4-
using System.IO.Compression;
5-
#endif
1+
using System.IO.Compression;
62

73
namespace IrdLibraryClient.Compression;
84

IrdLibraryClient/Compression/GZipCompressor.cs

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
#if NATIVE
2-
using Ionic.Zlib;
3-
#else
4-
using System.IO.Compression;
5-
#endif
1+
using System.IO.Compression;
62

73

84
namespace IrdLibraryClient.Compression;

IrdLibraryClient/IrdFormat/IrdParser.cs

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using System.IO.Hashing;
2-
#if NATIVE
3-
using Ionic.Zlib;
4-
#else
52
using System.IO.Compression;
6-
#endif
7-
83

94
namespace IrdLibraryClient.IrdFormat;
105

IrdLibraryClient/IrdLibraryClient.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<ItemGroup>
1919
<PackageReference Include="DiscUtils.OpticalDisk" Version="0.16.13" />
20-
<PackageReference Include="DotNetZip" Version="1.16.0" />
2120
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
2221
<PackageReference Include="System.IO.Hashing" Version="9.0.0" />
2322
</ItemGroup>

0 commit comments

Comments
 (0)