Skip to content

Commit ab4980d

Browse files
Bump System.Runtime.Caching from 7.0.0 to 8.0.0 (#505)
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 7.0.0 to 8.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v7.0.0...v8.0.0) --- updated-dependencies: - dependency-name: System.Runtime.Caching dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 78d87e4 commit ab4980d

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
@@ -23,7 +23,7 @@
2323
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.13.10" />
2424
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
2525
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
26-
<PackageReference Include="System.Runtime.Caching" Version="7.0.0" />
26+
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
2727
</ItemGroup>
2828

2929
<ItemGroup>

0 commit comments

Comments
 (0)