Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 3bd1c40

Browse files
Bump Microsoft.Extensions.Caching.Memory from 8.0.0 to 8.0.1
Bumps [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 12b2c16 commit 3bd1c40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SimpleWebChatApplication.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="8.0.0" />
2020
<PackageReference Include="Microsoft.Data.Sqlite.Core" Version="8.0.0" />
2121
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlcipher" Version="2.1.7" />
22-
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.0" />
22+
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="8.0.1" />
2323
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.3.2">
2424
<PrivateAssets>all</PrivateAssets>
2525
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 commit comments

Comments
 (0)