dotnet / dotnet/wpf

With NET 5 RC2 SDK installed, "net5.0-windows" instead of "net5.0" should be displayed for winforms/wpf help description in CLI.

Open
#3,559 1 comment 0 reactions 0 assignees View on GitHub
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"
![image](https://user-images.githubusercontent.com/65637796/93433959-15d4c700-f8fa-11ea-9b46-de6792f0a95e.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.