With NET 5 RC2 SDK installed, "net5.0-windows" instead of "net5.0" should be displayed for winforms/wpf help description in CLI.
Open
Bug
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
This issue is a clone of the issue in WinForms repo https://github.com/dotnet/winforms/issues/3985
**Repro steps:**
1.Install NET 5 RC2 build(5.0.100-rc.2.20466.4).
2. In CLI, run "dotnet new winforms --help" or "dotnet new wpf --help".
3. Check the help contents displaying.
**Expected Result:**
"net5.0" should be displayed as "net5.0-windows"
**Actual Result:**
Still display as "net5.0"

Contributor guide
Assessment
This issue has not been assessed yet.