Skip to content

Commit 03c1b7f

Browse files
committed
Bump SharpZipLib to 1.3.3
1 parent e8f1182 commit 03c1b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packaging.Targets/Packaging.Targets.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<PackageReference Include="Portable.BouncyCastle" Version="1.8.6.7">
3232
<PrivateAssets>all</PrivateAssets>
3333
</PackageReference>
34-
<PackageReference Include="SharpZipLib" Version="1.2.0">
34+
<PackageReference Include="SharpZipLib" Version="1.3.3">
3535
<PrivateAssets>all</PrivateAssets>
3636
</PackageReference>
3737
<PackageReference Include="StyleCop.Analyzers" Version="1.0.2">
@@ -46,7 +46,7 @@
4646
</Content>
4747

4848
<!-- SharpZipLib -->
49-
<Content Include="$(NuGetPackageRoot)\sharpziplib\1.2.0\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll" Link="ICSharpCode.SharpZipLib.dll">
49+
<Content Include="$(NuGetPackageRoot)\sharpziplib\1.3.3\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll" Link="ICSharpCode.SharpZipLib.dll">
5050
<Pack>true</Pack>
5151
<PackagePath>tools\netstandard2.0\</PackagePath>
5252
</Content>

0 commit comments

Comments
 (0)