Skip to content

Commit f4921c3

Browse files
authored
Merge pull request #253 from pamapa/use-sharpziplib-nuget-package
refactor (SharpZipLib): #249 use nuget package
2 parents 96f5ca8 + 95de177 commit f4921c3

22 files changed

+3
-7636
lines changed

PdfSharpCore/Pdf.Filters/FlateDecode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
using System;
3131
using System.IO;
3232
using PdfSharpCore.Internal;
33-
using PdfSharpCore.SharpZipLib.Zip.Compression;
34-
using PdfSharpCore.SharpZipLib.Zip.Compression.Streams;
33+
using ICSharpCode.SharpZipLib.Zip.Compression;
34+
using ICSharpCode.SharpZipLib.Zip.Compression.Streams;
3535

3636
namespace PdfSharpCore.Pdf.Filters
3737
{

PdfSharpCore/PdfSharpCore.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ PdfSharpCore is a partial port of PdfSharp.Xamarin for .NET Core Additionally Mi
4343
<Folder Include="Resources\images\" />
4444
</ItemGroup>
4545
<ItemGroup>
46+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
4647
<PackageReference Include="SixLabors.ImageSharp" Version="1.0.4" />
4748
<PackageReference Include="SixLabors.Fonts" Version="1.0.0-beta17" />
4849
</ItemGroup>

PdfSharpCore/SharpZipLib/Checksums/Adler32.cs

Lines changed: 0 additions & 230 deletions
This file was deleted.

0 commit comments

Comments
 (0)