Skip to content

Commit

Permalink
Updated NuGet package
Browse files Browse the repository at this point in the history
  • Loading branch information
blankensteiner committed May 21, 2024
1 parent 43c9a76 commit 7577aa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Compression/Compression.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageReference Include="IronSnappy" Version="1.3.1" />
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.8" />
<PackageReference Include="ZstdNet" Version="1.4.5" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/DotPulsar.Tests/DotPulsar.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ZstdNet" Version="1.4.5" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.0" />
<PackageReference Include="ZstdSharp.Port" Version="0.8.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7577aa6

Please sign in to comment.