8000 chore(deps): bump Microsoft.Extensions.Caching.Memory from 8.0.1 to 9.0.4 by dependabot[bot] · Pull Request #318 · cnblogs/Architecture · GitHub < 8000 meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
[go: up one dir, main page]

Skip to content

chore(deps): bump Microsoft.Extensions.Caching.Memory from 8.0.1 to 9.0.4 #318

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): bump Microsoft.Extensions.Caching.Memory
Bumps [Microsoft.Extensions.Caching.Memory](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: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 14, 2025
commit e44153e117b15d4d1da01ca94c4692dbb5646803
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net9.0'">
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.3"/>
<PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="9.0.4"/>
</ItemGroup>


Expand Down
0