Commit 38fa455
Keep EF Core at 9.0.11 for Microting package compatibility
The runtime test confirmed that Microting packages are not binary compatible with EF Core 10.x. Reverted EF Core packages to 9.0.11 while keeping Swashbuckle 10.0.1:
- Microsoft.EntityFrameworkCore.InMemory: 10.0.0 → 9.0.11
- Microsoft.AspNetCore.Mvc.NewtonsoftJson: 10.0.0 → 9.0.11
- Swashbuckle.AspNetCore: remains at 10.0.1 (with updated Startup.cs)
This configuration:
- Uses the maximum .NET 10 packages possible (Swashbuckle 10.0.1)
- Maintains EF Core 9.x for Microting compatibility
- Updates Startup.cs to modern API (compatible with both versions)
- Builds successfully and avoids MissingMethodException
Co-authored-by: renemadsen <[email protected]>1 parent fca6d6e commit 38fa455
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments