You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade to .NET 10 packages (Swashbuckle 10.0.1, EF Core 10.0.0)
Upgraded packages to fully support .NET 10:
- Swashbuckle.AspNetCore: 9.0.6 → 10.0.1
- Microsoft.EntityFrameworkCore.InMemory: 9.0.11 → 10.0.0
- Microsoft.AspNetCore.Mvc.NewtonsoftJson: 9.0.11 → 10.0.0
- Updated Startup.cs to use Swashbuckle 10.0.1 API (Microsoft.OpenApi namespace, new AddSecurityRequirement signature)
Build succeeds. Runtime testing needed to verify compatibility with Microting packages (which use EF Core 9.x internally but may be compatible with 10.x at runtime through version tolerance).
Co-authored-by: renemadsen <[email protected]>
0 commit comments