Revert .NET SDK version from 8.0.116 to 8.0.408 in global.json #1438
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 PR reverts the .NET SDK version change that was made in PR #1437, restoring the SDK version from 8.0.116 back to the originally intended 8.0.408 in the
global.json
file.Problem
PR #1437 updated the .NET SDK version from 8.0.408 to 8.0.116 in the
global.json
file. This change was:Solution
global.json
correctly specifies .NET SDK version 8.0.408Validation
The change has been validated using a verification script that confirms:
global.json
file exists and is properly formattedImpact
This reversion ensures the repository uses the originally intended .NET SDK version and removes the unauthorized change introduced in PR #1437.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.