Skip to content

Commit 8018baf

Browse files
build(deps): bump Microsoft.Extensions.Caching.Abstractions
Bumps [Microsoft.Extensions.Caching.Abstractions](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: Microsoft.Extensions.Caching.Abstractions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8354f9 commit 8018baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.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
<Description>Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using MySql.</Description>
@@ -23,7 +23,7 @@
2323
</PropertyGroup>
2424

2525
<ItemGroup>
26-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
26+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
2727
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
2828
<PackageReference Include="MySqlConnector" Version="2.2.5" />
2929
</ItemGroup>

0 commit comments

Comments
 (0)