Skip to content

Commit

Permalink
remove dotnetzip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
13xforever committed Nov 14, 2024
1 parent e012a14 commit 7085ffa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
6 changes: 1 addition & 5 deletions IrdLibraryClient/Compression/DeflateCompressor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#if NATIVE
using Ionic.Zlib;
#else
using System.IO.Compression;
#endif
using System.IO.Compression;

namespace IrdLibraryClient.Compression;

Expand Down
6 changes: 1 addition & 5 deletions IrdLibraryClient/Compression/GZipCompressor.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#if NATIVE
using Ionic.Zlib;
#else
using System.IO.Compression;
#endif
using System.IO.Compression;


namespace IrdLibraryClient.Compression;
Expand Down
5 changes: 0 additions & 5 deletions IrdLibraryClient/IrdFormat/IrdParser.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using System.IO.Hashing;
#if NATIVE
using Ionic.Zlib;
#else
using System.IO.Compression;
#endif


namespace IrdLibraryClient.IrdFormat;

Expand Down
1 change: 0 additions & 1 deletion IrdLibraryClient/IrdLibraryClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<ItemGroup>
<PackageReference Include="DiscUtils.OpticalDisk" Version="0.16.13" />
<PackageReference Include="DotNetZip" Version="1.16.0" />
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="6.0.0" />
<PackageReference Include="System.IO.Hashing" Version="9.0.0" />
</ItemGroup>
Expand Down

0 comments on commit 7085ffa

Please sign in to comment.