-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Document .NET 10 SDK version requirements breaking change #48923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document .NET 10 SDK version requirements breaking change #48923
Conversation
Co-authored-by: gewarren <24882762+gewarren@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR documents the breaking change for .NET 10 SDK version requirements, specifically addressing the updated Visual Studio version requirements for RC 2 and GA releases. The breaking change establishes that Visual Studio 17.14 is now required to load the .NET 10.0.100 SDK, while targeting net10.0 requires Visual Studio 18.0 (Visual Studio 2026) or later.
- Created comprehensive breaking change documentation explaining Visual Studio version requirements for .NET 10 SDK
- Updated versioning tables and support documentation to reflect the new requirements
- Added navigation entries to make the breaking change easily discoverable
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
docs/core/compatibility/sdk/10.0/version-requirements.md |
New breaking change documentation detailing Visual Studio version requirements for .NET 10 SDK |
docs/core/compatibility/10.0.md |
Added entry for the version requirements breaking change to the main compatibility index |
docs/core/compatibility/toc.yml |
Added navigation entry for the new breaking change documentation |
docs/core/porting/versioning-sdk-msbuild-vs.md |
Updated versioning tables with .NET 10.0.100 requirements and added RC 2 preview entry |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Summary
This PR documents the breaking change for .NET 10 SDK version requirements, addressing issue #494516.
Changes
New Breaking Change Documentation
Created comprehensive documentation at
docs/core/compatibility/sdk/10.0/version-requirements.mdthat explains:net10.0Updated Index and Navigation
docs/core/compatibility/10.0.mddocs/core/compatibility/toc.ymlfor easy discoveryUpdated Versioning Tables
Updated
docs/core/porting/versioning-sdk-msbuild-vs.mdwith:net9.0in the minimum versionnet10.0is officially supported in Visual Studio 18.0+ onlyImpact
Developers using .NET 10 SDK will need to:
net10.0in their projectsThis follows the established pattern from previous .NET releases where new SDKs require updated Visual Studio versions to support new framework targets.
Fixes #494516
Original 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.
Internal previews