Document breaking change: SDK no longer sets mono launch target for .NET Framework apps#51453
Merged
Document breaking change: SDK no longer sets mono launch target for .NET Framework apps#51453
Conversation
- Document .NET SDK no longer automatically setting mono as launch target - Add article to SDK section in .NET 11 breaking changes - Update TOC and index files
Copilot
AI
changed the title
[WIP] Remove automatic setting of mono launch target for .NET Framework apps
Document breaking change: SDK no longer sets mono launch target for .NET Framework apps
Feb 3, 2026
gewarren
approved these changes
Feb 4, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Documents a .NET 11 SDK breaking change where dotnet run on Linux no longer auto-configures mono for .NET Framework apps, and wires the new article into the compatibility navigation.
Changes:
- Added a new .NET 11 SDK breaking change article describing the removed auto-configuration behavior.
- Updated the compatibility TOC to include the new SDK/MSBuild entry under .NET 11.
- Updated the .NET 11 breaking changes index page to list the new SDK/MSBuild breaking change.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
docs/core/compatibility/toc.yml |
Adds the new .NET 11 “SDK and MSBuild” node and links to the breaking change article. |
docs/core/compatibility/sdk/11/mono-launch-target-removed.md |
Introduces the breaking change article content for the removed mono launch target behavior. |
docs/core/compatibility/11.md |
Adds an “SDK and MSBuild” section and links the new breaking change article. |
meaghanlewis
approved these changes
Feb 4, 2026
Co-authored-by: Copilot <175728472+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.
Overview
The .NET SDK previously auto-configured
RunCommandandRunArgumentsto launch .NET Framework apps with mono on Linux. This behavior was removed in .NET 11 Preview 1 following mono ownership transition.Changes
Created breaking change article:
docs/core/compatibility/sdk/11.0/mono-launch-target-removed.mdUpdated navigation:
docs/core/compatibility/toc.ymldocs/core/compatibility/11.mdindexMigration
Users requiring this behavior can manually configure their
.csproj:However, migration to modern .NET is the recommended path forward.
Original prompt
💡 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.
Internal previews