Restore Windows Server 2012 to supported OS matrix#10331
Merged
richlander merged 5 commits intomainfrom Mar 31, 2026
Merged
Conversation
rbhanda
approved these changes
Mar 30, 2026
PR #10313 accidentally moved Windows Server 2012 to unsupported for .NET 8.0, 9.0, and 10.0. Windows Server 2012 (and 2012 R2) are still supported via Extended Security Updates (ESU). This restores 2012 to supported-versions and removes the unsupported-versions entries for both Windows Server and Windows Server Core across all active .NET versions. Fixes #10330 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update the update-supported-os skill to emphasize that the last-updated field must be updated in every modified JSON file, no matter how small the change. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use updated dotnet-release tool that reads releases-index.json to populate support phase (Active/Preview) and release type (LTS/STS) instead of showing 'Unknown'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
93c7474 to
68cc956
Compare
Support phase and release type are now sourced from releases.json instead of defaulting to Unknown.
Regenerated with updated dotnet-release tool (0.7.0) that uses ToDisplayName() for proper casing (Active, LTS, STS vs lowercase). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
PR #10313 accidentally moved Windows Server 2012 to unsupported for .NET 8.0, 9.0, and 10.0. Windows Server 2012 (and 2012 R2) are still supported via Extended Security Updates (ESU).
Changes
2012tosupported-versionsfor Windows Server and Windows Server Coreunsupported-versionsentries for2012supported-os.mdfor all three versions(.NET 11.0 was not affected — it already had the correct data.)
Fixes #10330