Skip to content

Commit 16b5aa1

Browse files
Bump SharpZipLib from 1.0.0-alpha2 to 1.3.3 in /src/Tests
Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 1.0.0-alpha2 to 1.3.3. - [Release notes](https://github.com/icsharpcode/SharpZipLib/releases) - [Changelog](https://github.com/icsharpcode/SharpZipLib/blob/master/docs/Changes.txt) - [Commits](https://github.com/icsharpcode/SharpZipLib/commits/v1.3.3) --- updated-dependencies: - dependency-name: SharpZipLib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8948a9e commit 16b5aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tests/Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
</ItemGroup>
5050
<ItemGroup Condition="'$(TargetFramework)'!='net45'">
5151
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.1" />
52-
<PackageReference Include="SharpZipLib" Version="1.0.0-alpha2" />
52+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
5353
<PackageReference Include="BenchMarkDotNet" Version="0.10.8" />
5454
</ItemGroup>
5555
<ItemGroup Condition="'$(TargetFramework)'=='net45'">
56-
<PackageReference Include="SharpZipLib" Version="0.86.0" />
56+
<PackageReference Include="SharpZipLib" Version="1.3.3" />
5757
<PackageReference Include="BenchMarkDotNet" Version="0.10.0" />
5858
</ItemGroup>
5959
<ItemGroup>

0 commit comments

Comments
 (0)