From eb69c13add5e50ee2e9ff0af4d0834b0b3c4170b Mon Sep 17 00:00:00 2001 From: Matt Gros Date: Sun, 13 Sep 2026 09:42:47 -0400 Subject: [PATCH] chore(deps): bump EF Core to 9.0.20 in every project 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. --- docker/host-app/EscalatedDemoHost.csproj | 2 +- src/Escalated/Escalated.csproj | 10 +++++----- tests/Escalated.Tests/Escalated.Tests.csproj | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker/host-app/EscalatedDemoHost.csproj b/docker/host-app/EscalatedDemoHost.csproj index 941979a..4cfc95c 100644 --- a/docker/host-app/EscalatedDemoHost.csproj +++ b/docker/host-app/EscalatedDemoHost.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Escalated/Escalated.csproj b/src/Escalated/Escalated.csproj index 27219d7..1091b0a 100644 --- a/src/Escalated/Escalated.csproj +++ b/src/Escalated/Escalated.csproj @@ -19,14 +19,14 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + +