Update .NET SDK versions in README#11476
Open
xtqqczze wants to merge 1 commit intodotnet:mainfrom
Open
Conversation
Arkane5
reviewed
Apr 27, 2026
Arkane5
left a comment
There was a problem hiding this comment.
My code suggestions incorrectly show empty lines instead of the current line. How do I fix this?
|
|
||
| [WinForms](https://github.com/dotnet/winforms) is another UI framework for building Windows desktop applications that is supported on .NET (7.0.x/6.0.x). WPF and WinForms applications only run on Windows. They are part of the `Microsoft.NET.Sdk.WindowsDesktop` SDK. You are recommended to use the most recent version of [Visual Studio](https://visualstudio.microsoft.com/downloads/) to develop WPF and WinForms applications for .NET. | ||
|
|
||
| To build the WPF repo and contribute features and fixes for .NET 8.0, [Visual Studio 2022 Preview](https://visualstudio.microsoft.com/vs/preview/) is required. |
There was a problem hiding this comment.
Since l.33 says .NET 10 is the target, this sentence should be updated:
Suggested change
| To build the WPF repo and contribute features and fixes for .NET 10.0, [Visual Studio 2026](https://visualstudio.microsoft.com/vs/) is required. |
|
|
||
| See the [WPF Roadmap](roadmap.md) to learn about project priorities, status and ship dates. | ||
|
|
||
| [WinForms](https://github.com/dotnet/winforms) is another UI framework for building Windows desktop applications that is supported on .NET (7.0.x/6.0.x). WPF and WinForms applications only run on Windows. They are part of the `Microsoft.NET.Sdk.WindowsDesktop` SDK. You are recommended to use the most recent version of [Visual Studio](https://visualstudio.microsoft.com/downloads/) to develop WPF and WinForms applications for .NET. |
There was a problem hiding this comment.
"supported on .NET (7.0.x/6.0.x)" could be updated.
| * [.NET Preview SDKs](https://github.com/dotnet/dotnet/blob/main/docs/builds-table.md) | ||
| * [Getting started instructions](Documentation/getting-started.md) | ||
| * [Contributing guide](Documentation/contributing.md) | ||
| * [Migrating .NET Framework WPF Apps to .NET Core](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/migration/) |
There was a problem hiding this comment.
Suggested change
| * [Migrating .NET Framework WPF Apps to .NET](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/migration/) |
Other references to ".NET Core" should probably be updated to ".NET".
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.
Microsoft Reviewers: Open in CodeFlow