Skip to content

Commit 4a288f9

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 a72b0de commit 4a288f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pomelo.Extensions.Caching.MySql/Pomelo.Extensions.Caching.MySql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="7.0.0" />
31+
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="8.0.0" />
3232
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
3333
<PackageReference Include="MySqlConnector" Version="2.2.5" />
3434
</ItemGroup>

0 commit comments

Comments
 (0)