Skip to content

Commit d4f1630

Browse files
Bump System.Runtime.Caching in /BitFaster.Caching.Benchmarks (#630)
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: System.Runtime.Caching dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 962e613 commit d4f1630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BitFaster.Caching.Benchmarks/BitFaster.Caching.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
2525
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
2626
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
27-
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
27+
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)