Skip to content

Commit efeccfd

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
@@ -27,7 +27,7 @@
2727
<PackageReference Include="BenchmarkDotNet.Diagnostics.Windows" Version="0.14.0" />
2828
<PackageReference Include="MathNet.Numerics" Version="5.0.0" />
2929
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.2" />
30-
<PackageReference Include="System.Runtime.Caching" Version="8.0.1" />
30+
<PackageReference Include="System.Runtime.Caching" Version="9.0.4" />
3131
</ItemGroup>
3232

3333
<ItemGroup>

0 commit comments

Comments
 (0)