Breaking change docs: Template engine packages drop netstandard2.0 in .NET 11#54343
Merged
Conversation
3 tasks
…rt netstandard2.0
Copilot
AI
changed the title
[WIP] Fix template engine packages to support net9.0 and net11.0
Breaking change docs: Template engine packages drop netstandard2.0 in .NET 11
Jun 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents a .NET 11 SDK breaking change where the template engine NuGet packages no longer ship netstandard2.0 assets, and wires the new content into the .NET 11 compatibility navigation and index.
Changes:
- Added a new breaking-change article describing the TFM drop, rationale, and migration guidance.
- Added the new article to the .NET 11 SDK and MSBuild section in
docs/core/compatibility/toc.yml. - Added the new breaking change entry to the .NET 11 breaking-changes table (
docs/core/compatibility/11.md).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/core/compatibility/toc.yml | Adds the new .NET 11 SDK/MSBuild breaking-change article to the compatibility TOC. |
| docs/core/compatibility/sdk/11/template-engine-netstandard.md | New breaking-change article documenting removal of netstandard2.0 targets and recommended migration paths. |
| docs/core/compatibility/11.md | Adds the breaking change to the .NET 11 “SDK and MSBuild” table. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
gewarren
approved these changes
Jun 10, 2026
Collaborator
|
@copilot Please respond to remaining feedback. |
Contributor
Author
Done — added NuGet.org links to the package list and removed the XML code examples from the "Recommended action" section. |
BillWagner
approved these changes
Jun 11, 2026
BillWagner
left a comment
Member
There was a problem hiding this comment.
This LGTM @gewarren
I had one question.
gewarren
reviewed
Jun 11, 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.
Documents the removal of the
netstandard2.0target from the .NET SDK template engine NuGet packages in .NET 11 Preview 4. Affected packages now only shipnet9.0,net11.0, andnet472targets.Changes
docs/core/compatibility/sdk/11/template-engine-netstandard.md— covers affected packages, migration paths (retarget tonet9.0/net472, or use conditionalPackageReferencefor multi-targeting), and the NuGet v7.0 dependency conflict root causetoc.yml— added entry under .NET 11 SDK and MSBuild11.md— added row to the SDK and MSBuild breaking changes tableInternal previews