chore(deps): Bump Microsoft.EntityFrameworkCore and Microsoft.Extensions.Caching.Memory#187
Conversation
…ons.Caching.Memory Bumps Microsoft.EntityFrameworkCore from 9.0.14 to 9.0.17 Bumps Microsoft.Extensions.Caching.Memory from 9.0.14 to 9.0.17 --- updated-dependencies: - dependency-name: Microsoft.EntityFrameworkCore dependency-version: 9.0.17 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 9.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 8f5aa286b4
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
|
|
||
| <ItemGroup Condition="'$(TargetFramework)' == 'net9.0'"> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.14"/> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore" Version="9.0.17"/> |
There was a problem hiding this comment.
Keep EF Core packages on the same patch
For the net9.0 sample build this updates only the base Microsoft.EntityFrameworkCore reference to 9.0.17 while the directly referenced Microsoft.EntityFrameworkCore.Relational package in the same target remains at 9.0.14. EF Core's package guidance is to keep Microsoft-shipped Microsoft.EntityFrameworkCore.* packages on the same version, and NuGet won't enforce it here because Relational declares only a lower-bound dependency; samples that compile relational extension methods such as ExecuteDelete/ExecuteUpdate now resolve an unsupported mix. Please bump Relational to 9.0.17 wherever this EFCore reference is updated.
Useful? React with 👍 / 👎.
|
Superseded by #189. |
Updated Microsoft.EntityFrameworkCore from 9.0.14 to 9.0.17.
Release notes
Sourced from Microsoft.EntityFrameworkCore's releases.
9.0.17
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.16...v9.0.17
9.0.16
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.15...v9.0.16
9.0.15
Release
What's Changed
Full Changelog: dotnet/efcore@v9.0.14...v9.0.15
Commits viewable in compare view.
Updated Microsoft.Extensions.Caching.Memory from 9.0.14 to 9.0.17.
Release notes
Sourced from Microsoft.Extensions.Caching.Memory's releases.
9.0.17
Release
What's Changed
Full Changelog: dotnet/runtime@v9.0.16...v9.0.17
9.0.16
Release
9.0.15
Release
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)