Migrate to .NET 10 GA#3590
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Update project to .NET 10 GA after release
Migrate to .NET 10 GA
Nov 11, 2025
Co-authored-by: pmaytak <34331512+pmaytak@users.noreply.github.com>
5f35b75 to
4ecd587
Compare
saurabhsathe-ms
approved these changes
Nov 14, 2025
JoshLozensky
approved these changes
Nov 14, 2025
This was referenced Nov 19, 2025
This was referenced Apr 27, 2026
Closed
Merged
This was referenced May 4, 2026
Closed
Closed
This was referenced May 24, 2026
This was referenced May 31, 2026
Open
This was referenced Jun 8, 2026
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.
Updates the repository to use .NET 10 GA (10.0.100) released Nov 11, 2025. Removes all preview/RC configurations and promotes net10.0 to production target framework.
Configuration Changes
allowPrerelease: false,rollForward: latestFeaturenet10.0to mainTargetFrameworks(no longer conditional)10.0.0-rc.1.25451.107) to GA (10.0.0)SuppressNETCoreSdkPreviewMessage,NU5104,CheckEolTargetFramework)Workflow Updates
GitHub Actions (dotnetcore.yml, aot-check.yml, codeql-analysis.yml):
TargetNetNext: 'False'actions/setup-dotnet@v5withdotnet-version: 10.0.xcontinue-on-errorfrom .NET 10 stepsAzure Pipelines (template-install-dependencies.yaml):
Package Versions
All .NET 10 runtime packages now use exact GA versions:
NetTenRuntimeVersion: 10.0.0AspNetCoreTenRuntimeVersion: 10.0.010.0.0Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.