Winforms/WPF .NET9.0 app cannot be ran on Windows 10 20H2(OS build 19042.2965)
- Dominant language
- C#
- Stars
- 3.2k
- Forks
- 1.3k
- PR merge metrics
- PR metrics pending
Description
### Describe the bug
Winforms/WPF .NET9.0 app cannot be ran on Windows 10 20H2(OS build 19042.2965) and Windows 10 21H1, but .NET 8.0 apps work well
### To Reproduce
1. Install the latest .NET 9.0 RC2 SDK build from: https://github.com/dotnet/sdk/blob/main/documentation/package-table.md
2. Create a Winforms application by CLI

3. Build and run created Winforms application by CLI
**Actual result**: `dotnet build` successfully, but `dotnet run` failed with nonsense characters output, Winforms runtime doesn't display

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.