Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates all .NET SDK and package references from version 10.0.100-rc.2.25502.107 (RC2) to version 10.0.100 (GA release). Additionally, it updates Microsoft.Extensions packages that were previously on version 9.9.0 to their GA 10.0.0 releases.
- Updates .NET 10 SDK version from RC2 to GA across all workflow files and global.json
- Updates Microsoft.Extensions.* packages from 9.9.0 to 10.0.0
- Updates framework and extensions version properties in Directory.Packages.props
Reviewed Changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| global.json | Updates SDK version from RC2 to GA release |
| access-token-management/perf/Perf.DevServer.ServiceDefaults/Perf.DevServer.ServiceDefaults.csproj | Updates Microsoft.Extensions package references to 10.0.0 |
| Directory.Packages.props | Updates ExtensionsVersion and FrameworkVersion properties to 10.0.0, and Microsoft.Extensions package versions |
| .github/workflows/*.yml (8 files) | Updates dotnet-version in CI/CD workflows from RC2 to GA |
| .github/workflow-gen/Program.cs | Updates .NET version array in workflow generator to use GA version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
josephdecock
approved these changes
Nov 11, 2025
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.
What issue does this PR address?
Updates all references which were previously targeting the .NET 10 RC2 release to the GA release. Also updates dependencies which did not have an 10 RC release to their respective GA releases.