Skip to content

chore(deps): bump EF Core to 9.0.20 in every project - #154

Merged
mpge merged 1 commit into
mainfrom
chore/efcore-9.0.20
Sep 13, 2026
Merged

chore(deps): bump EF Core to 9.0.20 in every project#154
mpge merged 1 commit into
mainfrom
chore/efcore-9.0.20

Conversation

@mpge

@mpge mpge commented Sep 13, 2026

Copy link
Copy Markdown
Member

Dependabot split the EF Core 9.0.20 patch across eight PRs (#138, #140, #141, #143, #144, #145, #146, #148), each bumping a different subset of the same package family.

Two of them are red and could never go green on their own. #143 and #148 raise Microsoft.EntityFrameworkCore.Sqlite to 9.0.20 while Microsoft.EntityFrameworkCore.Relational stays on 9.0.19, and Sqlite 9.0.20 depends on Relational 9.0.20, so restore fails with NU1605 (package downgrade). Merging the green ones one at a time would conflict on the same lines anyway.

This bumps every Microsoft.EntityFrameworkCore* reference to 9.0.20 in one go:

  • src/Escalated/Escalated.csproj: EntityFrameworkCore, Design, Relational, SqlServer, Sqlite
  • tests/Escalated.Tests/Escalated.Tests.csproj: InMemory, Sqlite
  • docker/host-app/EscalatedDemoHost.csproj: Design

Verification

dotnet restore, dotnet build and dotnet test locally: 386 passed, 0 failed.

I'll close the eight Dependabot PRs once this is merged.

https://claude.ai/code/session_01CpChRGTQrUiPqfamwzoidT

Dependabot opened eight overlapping PRs for this, each bumping a subset of
the EF Core packages. Two of them could never pass: raising
Microsoft.EntityFrameworkCore.Sqlite alone to 9.0.20 while
Microsoft.EntityFrameworkCore.Relational stays on 9.0.19 is a package
downgrade, and restore fails with NU1605.

This moves every Microsoft.EntityFrameworkCore* reference in the library,
the tests and the demo host to 9.0.20 together.
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.

1 participant