Skip to content

chore(deps): Bump Microsoft.EntityFrameworkCore and Microsoft.Extensions.Caching.Memory#187

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/samples/LinqContraband.Sample/multi-6c66a78a9b
Closed

chore(deps): Bump Microsoft.EntityFrameworkCore and Microsoft.Extensions.Caching.Memory#187
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/samples/LinqContraband.Sample/multi-6c66a78a9b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

…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>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #189.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot
dependabot Bot deleted the dependabot/nuget/samples/LinqContraband.Sample/multi-6c66a78a9b branch June 22, 2026 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants