Skip to content

Commit

Permalink
Bump SharpZipLib to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qmfrederik committed Apr 25, 2024
1 parent e8f1182 commit 03c1b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packaging.Targets/Packaging.Targets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="SharpZipLib" Version="1.2.0">
<PackageReference Include="SharpZipLib" Version="1.3.3">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
Expand All @@ -46,7 +46,7 @@
</Content>

<!-- SharpZipLib -->
<Content Include="$(NuGetPackageRoot)\sharpziplib\1.2.0\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll" Link="ICSharpCode.SharpZipLib.dll">
<Content Include="$(NuGetPackageRoot)\sharpziplib\1.3.3\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll" Link="ICSharpCode.SharpZipLib.dll">
<Pack>true</Pack>
<PackagePath>tools\netstandard2.0\</PackagePath>
</Content>
Expand Down

0 comments on commit 03c1b7f

Please sign in to comment.