Update .NET SDK/tool version to 8.0.131 - #17577
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
It’s a minimal, consistent global.json version bump to an existing .NET SDK release with no other functional changes.
Pull request overview
Updates the repository’s pinned .NET SDK and dotnet tool versions in global.json from 8.0.126 to 8.0.425, keeping the rest of the file unchanged so local/dev/CI builds use the newer .NET 8 servicing release.
Changes:
- Bump
sdk.versionto8.0.425. - Bump
tools.dotnetto8.0.425.
File summaries
| File | Description |
|---|---|
| global.json | Updates the pinned .NET SDK and dotnet tool version to 8.0.425. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
mmitche
force-pushed
the
mmitche-update-8-0-sdk-to-8-0-425
branch
from
September 17, 2026 21:11
0fec746 to
fcded9e
Compare
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
This is a straightforward version bump in global.json, and 8.0.131 is a valid .NET 8 SDK release corresponding to runtime 8.0.31.
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0 new
- Review effort level: Lite
mmitche
enabled auto-merge (squash)
September 18, 2026 14:19
missymessa
approved these changes
Sep 18, 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
global.jsonSDK and tools version from 8.0.126 to the latest patch within the same 8.0.1xx feature band, 8.0.131 (runtime 8.0.31, per https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/8.0/releases.json). All other content preserved.