dotnet run
$ dotnet new install "WPF template" The following template packages will be installed: WPF templateWPF template is not supported.For details on the exit code, refer to https://aka.ms/templating-exit-codes#106
$ dotnet new wpf No templates or subcommands found matching: 'wpf'.Did you mean one of the following templates? dotnet new webTo list installed templates similar to 'wpf', run: dotnet new list wpfTo search for the templates on NuGet.org, run: dotnet new search wpfFor details on the exit code, refer to https://aka.ms/templating-exit-codes#103
$ dotnet new sln The template "Solution File" was created successfully.