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
-
Install the latest .NET 9.0 RC2 SDK build from: https://github.com/dotnet/sdk/blob/main/documentation/package-table.md
-
Create a Winforms application by CLI

-
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
