Skip to content

Conversation

@marcpopMSFT
Copy link
Member

@marcpopMSFT marcpopMSFT commented Jan 30, 2026

Summary

There is often questions about what do we support when mismatching the .NET SDK and Visual Studio. This update tries to clarify what we test and what we'll fix in those situations.

Additionally, I added 10.0.2xx and 11.0.1xx-preview1 as well as details on the new Visual Studio release mode.


Internal previews

📄 File 🔗 Preview link
docs/core/porting/versioning-sdk-msbuild-vs.md docs/core/porting/versioning-sdk-msbuild-vs

@marcpopMSFT marcpopMSFT requested a review from a team as a code owner January 30, 2026 22:48
Copilot AI review requested due to automatic review settings January 30, 2026 22:48
@dotnetrepoman dotnetrepoman bot added this to the January 2026 milestone Jan 30, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the .NET SDK/MSBuild/Visual Studio versioning article to clarify how SDK feature bands relate to Visual Studio releases, and to document expected support for common mismatched SDK/Visual Studio configurations.

Changes:

  • Updates the “Versioning” section to describe feature bands as quarterly .NET SDK releases, and adds guidance about Visual Studio’s newer monthly minor release cadence.
  • Extends the lifecycle and compatibility tables to include .NET SDK 10.0.2xx, and adds a .NET 11 preview entry.
  • Adds an “SDK and Visual Studio support matrix” section describing primary, backward, and forward compatibility expectations.

| 9.0.1xx | 17.12 | Nov '24 | May '26 |
| 9.0.2xx | 17.13 | Feb '25 | May '25 |
| 9.0.3xx | 17.14 | May '25 | Nov '26 |
| 9.0.3xx | 17.14 | May '25 | Nov '26<sup>2</sup> |
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This table row has extra trailing whitespace, which makes the markdown table harder to maintain and review. Trim the extra padding so the row formatting matches the rest of the table.

Copilot uses AI. Check for mistakes.
Comment on lines +113 to +114
While most developers use the .NET SDK bundled with their Visual Studio version, some configurations involve mismatched SDK and Visual Studio versions. We cannot ensure every Visual Studio version works with every in-support .NET SDK but rather test the most common configurations and make a best effort to ensure compatibility.

Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section uses first-person language ("We cannot…", "we'll…"), which is inconsistent with the second-person voice used throughout the porting docs (for example, docs/core/porting/framework-overview.md:11 and docs/core/porting/modernize.md:13). Rewrite in second person or neutral/passive voice so the guidance addresses the reader directly.

Copilot uses AI. Check for mistakes.
Comment on lines +120 to +122
- **Backward compatibility**: Using the latest feature band of the previous SDK version (for example, 8.0.4xx in Visual Studio 17.14) is supported with best-effort compatibility. We'll determine when to backport fixes based on risk and customer impact.
While older SDKs than the latest of the prior band may work, we will not test them or make an effor to ensure any compatibility.
- **Forward compatibility**: Using a newer SDK (for example, .NET 10 SDK in Visual Studio 17.14) is allowed without blocking, but targeting newer runtimes in older Visual Studio versions is not supported and should provide a build warning.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence "While older SDKs…" looks like it's intended as part of the "Backward compatibility" list item, but it isn't indented, so it renders as a separate paragraph outside the list. Indent it to be part of that bullet (or convert it into a nested bullet) for correct markdown structure.

Copilot uses AI. Check for mistakes.
- Visual Studio 17.14 and .NET 9.0.3xx
- Visual Studio 18.0 and .NET 10.0.1xx
- **Backward compatibility**: Using the latest feature band of the previous SDK version (for example, 8.0.4xx in Visual Studio 17.14) is supported with best-effort compatibility. We'll determine when to backport fixes based on risk and customer impact.
While older SDKs than the latest of the prior band may work, we will not test them or make an effor to ensure any compatibility.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo: "effor" should be "effort".

Copilot uses AI. Check for mistakes.

### Guidance

Our guidance is to use the SDK that came with your Visual Studio instance (or latest available in CI or Visual Studio Code) as that will always have newest features including security updates.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Our guidance" reintroduces first-person voice, and the sentence is missing an article ("the newest features"). Rephrase in second person/imperative voice and fix the grammar so the recommendation reads clearly.

Copilot uses AI. Check for mistakes.

Our guidance is to use the SDK that came with your Visual Studio instance (or latest available in CI or Visual Studio Code) as that will always have newest features including security updates.

## Downlevel targeting support
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The heading uses "Downlevel", but earlier in the article you use "down-level" (for example, "down-level versions" in the note above). Pick one form and use it consistently (usually "down-level").

Copilot uses AI. Check for mistakes.
| 10.0.100 Preview 3 | 17.14 Preview 3 |
| 10.0.100 RC 1 | 18.0.0 Insiders (11010.61)|
| 10.0.100 RC 2 | 18.0.0 Insiders (11111.16)|
| 11.0.100 Preview 1 | 18.4.0 Insiders 1 |
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new preview row's Visual Studio version format doesn't match the rows above (those include an "Insiders" build number in parentheses). Align the formatting so readers can compare versions consistently.

Suggested change
| 11.0.100 Preview 1 | 18.4.0 Insiders 1 |
| 11.0.100 Preview 1 | 18.4.0 Insiders (1) |

Copilot uses AI. Check for mistakes.

An installation of Visual Studio includes a single matching copy of the .NET SDK. If you update your Visual Studio instance, the .NET SDK installed by Visual Studio is also updated, including across .NET SDK feature bands and major bands. If you want to use a different .NET SDK than what's installed by Visual Studio, you can install it from the [.NET download page](https://aka.ms/dotnet/download), and Visual Studio upgrade won't touch that version. You're responsible for updating that copy of the .NET SDK from then on.

Starting in Visual Studio 18.0, there are monthly minor versions of Visual Studio but the .NET SDK will remain quarterly. The in-between Visual Studio releases will contain patch versions of the latest current .NET SDK version.
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Visual Studio 18.0 sentence is a run-on and mixes tenses. Rephrase to improve readability (for example, split into two sentences and keep it in present tense).

Suggested change
Starting in Visual Studio 18.0, there are monthly minor versions of Visual Studio but the .NET SDK will remain quarterly. The in-between Visual Studio releases will contain patch versions of the latest current .NET SDK version.
Starting with Visual Studio 18.0, Visual Studio ships monthly minor versions, while the .NET SDK continues to ship quarterly. Visual Studio releases between quarterly .NET SDK releases contain only patch versions of the latest .NET SDK.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants