Commit 00589d1
committed
Upgrade EF Core packages to 9.0.14 and fix remaining FluentAssertions rename
EF Core 8→9 must be done as a single coordinated bump: Microsoft.EntityFrameworkCore,
Microsoft.EntityFrameworkCore.Sqlite, and Microsoft.EntityFrameworkCore.Design all need
to be at the same major version. The three separate Dependabot PRs (#494, #495, #496)
each caused version conflicts or runtime failures when applied individually.
Also fixes the remaining BeLessOrEqualTo → BeLessThanOrEqualTo rename missed in PR #504
(midRangePayload variable in OpsCliApiTests.cs had a different prefix so replace_all
didn't catch it).1 parent 175af21 commit 00589d1
File tree
2 files changed
+4
-4
lines changed- backend
- src/Taskdeck.Infrastructure
- tests/Taskdeck.Api.Tests
2 files changed
+4
-4
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
0 commit comments