Skip to content

feat: upgrade project to .NET 10 - #87

Open
Andrea-Bruno wants to merge 1 commit into
AIDotNet:mainfrom
Andrea-Bruno:feature/net10-upgrade
Open

feat: upgrade project to .NET 10#87
Andrea-Bruno wants to merge 1 commit into
AIDotNet:mainfrom
Andrea-Bruno:feature/net10-upgrade

Conversation

@Andrea-Bruno

Copy link
Copy Markdown

Summary

Upgrades the whole solution from .NET 9 to .NET 10:

  • Retarget all 40 projects from net9.0 to net10.0
  • Microsoft.AspNetCore / Microsoft.Extensions / runtime packages bumped to 10.0.11
  • Aspire stack: Aspire.AppHost.Sdk and Aspire.Hosting.AppHost13.5.3, Microsoft.Extensions.Http.Resilience / Microsoft.Extensions.ServiceDiscovery10.9.0
  • Serilog extensions aligned to the 10.x line (Serilog core → 4.3.0)
  • Pomelo (MySQL): 9.0.0-preview.2.efcore.9.0.09.0.0 stable; DM (DaMeng): 8.0.0.336719.0.0.43760
  • Docker base images → aspnet/sdk:10.0; install-service.bat, build scripts and docs updated

Note on EF Core

EF Core intentionally stays on 9.0.x: the Pomelo (MySQL) and DM (DaMeng) providers do not support EF Core 10 yet (Pomelo 9.0.0 restricts Microsoft.EntityFrameworkCore.Relational to <= 9.0.999). Once those vendors release EF Core 10 support, the whole EF Core stack can be moved to 10.x.

Verification

  • dotnet build Thor.sln -c Release on SDK 10.0.400 → 0 errors
  • The solution contains no test projects
  • Local restore used api.nuget.org as source (the nuget.cdn.azure.cn mirror was unreachable from this network)

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message that will be displayed on users' first pull request

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