Skip to content

Commit fb2d9b0

Browse files
Bump SharpZipLib from 1.2.0 to 1.3.3 in /NodeTest
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.2.0 to 1.3.3. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](icsharpcode/SharpZipLib@v1.2.0...v1.3.3) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3adee64 commit fb2d9b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LuaSTGEditorSharp.Core/LuaSTGEditorSharp.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
<ItemGroup>
422422
<PackageReference Include="AvalonEdit" Version="6.0.1" />
423423
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
424-
<PackageReference Include="SharpZipLib" Version="1.2.0" />
424+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
425425
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
426426
</ItemGroup>
427427
</Project>

NodeTest/NodeTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.*" />
1919
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
2020
<PackageReference Include="SevenZipSharp.Net45" Version="1.0.19" />
21-
<PackageReference Include="SharpZipLib" Version="1.2.0" />
21+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
2222
<PackageReference Include="System.Collections.NonGeneric" Version="4.3.0" />
2323
<PackageReference Include="System.ComponentModel.Composition" Version="6.0.0" />
2424
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="4.0.0" />

0 commit comments

Comments
 (0)