Add information about changes to Win11 and 3.5 - #51430
Merged
Merged
Conversation
richlander
reviewed
Feb 3, 2026
richlander
reviewed
Feb 3, 2026
richlander
reviewed
Feb 3, 2026
richlander
reviewed
Feb 3, 2026
richlander
reviewed
Feb 3, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Add documentation updates for the Windows 11 change where .NET Framework 3.5 is removed as a Windows optional component (in Insider builds), and introduce guidance and FAQ content for the standalone installer path.
Changes:
- Add new Windows 11-specific install article and a dedicated FAQ for .NET Framework 3.5.
- Update existing .NET Framework 3.5 install guidance to reference Windows 11 Insider build behavior and installer-based flow.
- Update the .NET Framework TOC to surface the new Windows 11 content.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
docs/framework/toc.yml |
Splits the .NET Framework 3.5 nav entry into Windows 11, FAQ, and “other Windows,” and tweaks a migration TOC label. |
docs/framework/install/on-windows-and-server.md |
Adds an include callout noting the Windows 11 Insider change for .NET Framework 3.5 acquisition. |
docs/framework/install/dotnet-35-windows.md |
Adds guidance callouts and references to the Windows 11 installer/FAQ, and expands developer-facing notes. |
docs/framework/install/dotnet-35-windows-11.md |
New Windows 11-specific article covering version detection and the Insider-build installer approach. |
docs/framework/install/dotnet-35-windows-11-faq.yml |
New FAQ covering availability, deployment constraints, migration guidance, and troubleshooting. |
docs/framework/install/guide-for-developers.md |
Updates ms.date. |
docs/framework/install/includes/dotnet-35-installer.md |
New include describing the standalone installer availability for Windows 11 Insider builds. |
docs/framework/install/includes/dotnet-35-find-update.md |
New include encouraging readers to find updated software before installing .NET Framework 3.5. |
docs/framework/install/includes/dotnet-35-windows-11-caution-version.md |
New include cautioning Windows 11 Insider users to follow the Windows 11-specific guidance. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
meaghanlewis
approved these changes
Feb 4, 2026
richlander
reviewed
Feb 4, 2026
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.com> Co-authored-by: Rich Lander <2608468+richlander@users.noreply.github.com>
…ocs into adegeo/win11.framework/51395
Co-authored-by: Meaghan Osagie (Lewis) <mosagie@microsoft.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.
Summary
Future releases of Windows 11 (actually it started in a previous insiders build) are removing .NET Framework 3.5 from the Operating System. A standalone installer for Windows 11 is provided.
Once this change is applied to the non-insiders release, these articles will include download and installation instructions.
Fixes #51395
Internal previews