Skip to content

Commit b257c68

Browse files
Bump System.Runtime.Caching from 8.0.1 to 9.0.0
Bumps [System.Runtime.Caching](https://github.com/dotnet/runtime) from 8.0.1 to 9.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: System.Runtime.Caching dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e7011e commit b257c68

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="9.0.0" />
27-
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
27+
<PackageReference Include="System.Runtime.Caching" Version="9.0.0" />
2828
</ItemGroup>
2929

3030
<ItemGroup>

0 commit comments

Comments
 (0)