Upgrade to .NET 10 - Update README Documentation#918
Merged
Conversation
…ze autobuild for improved analysis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request upgrades the entire project from .NET 9 to .NET 10, bringing the latest features, performance improvements, and API enhancements from the newest .NET release.
Changes Made
📝 Documentation
🏗️ Project Files (.csproj)
TargetFrameworkfromnet9.0tonet10.0:src/Application/Application.csprojsrc/Domain/Domain.csprojsrc/Infrastructure/Infrastructure.csprojsrc/Server.UI/Server.UI.csprojsrc/Migrators/Migrators.MSSQL/Migrators.MSSQL.csprojsrc/Migrators/Migrators.PostgreSQL/Migrators.PostgreSQL.csprojsrc/Migrators/Migrators.SqLite/Migrators.SqLite.csprojtests/Application.IntegrationTests/Application.IntegrationTests.csprojtests/Application.UnitTests/Application.UnitTests.csprojtests/Domain.UnitTests/Domain.UnitTests.csproj📦 NuGet Package Updates
Microsoft.AspNetCore.Components.WebMicrosoft.Extensions.Localization.AbstractionsMicrosoft.EntityFrameworkCoreand related packagesMicrosoft.AspNetCore.Identity.EntityFrameworkCoreMicrosoft.AspNetCore.SignalR.ClientMicrosoft.AspNetCore.Authentication.GoogleMicrosoft.AspNetCore.Authentication.MicrosoftAccountNpgsql.EntityFrameworkCore.PostgreSQL→ 10.0.0-rc.2EFCore.NamingConventions→ 10.0.0-rc.2Hangfire.Core→ 1.8.22Hangfire.AspNetCore→ 1.8.22Minio→ 7.0.0QuestPDF→ 2025.12.0-alpha3NUnit3TestAdapter→ 6.0.0-beta.1Serilog.Sinks.MSSqlServer→ 9.0.3-dev-00153🐳 Docker Configuration
Dockerfile:mcr.microsoft.com/dotnet/aspnet:9.0→mcr.microsoft.com/dotnet/aspnet:10.0mcr.microsoft.com/dotnet/sdk:9.0→mcr.microsoft.com/dotnet/sdk:10.0⚙️ Configuration Files
appsettings.json:Impact
Testing Checklist
Migration Notes
This migration includes preview/RC packages for .NET 10. Once .NET 10 is officially released, these should be updated to stable versions.
Related Issues
Part of the overall .NET 10 migration initiative for the Clean Architecture Blazor Server template.