Skip to content

Commit c9bdfc0

Browse files
vatsan-madhavanmsftbot[bot]
authored andcommitted
Reverts "Ensure the identity name is the same for C# and VB templates (#946)" (#993)
This reverts commit cf0bed3. Fixes ‘Dotnet new‘ shows WPF template for VB only #987
1 parent 6c5c0a5 commit c9bdfc0

File tree

1 file changed

+1
-1
lines changed
  • packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config

1 file changed

+1
-1
lines changed

packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "A project for creating a .NET Core WPF Application",
88
"groupIdentity": "Microsoft.Common.WPF",
99
"precedence": "3000",
10-
"identity": "Microsoft.Common.WPF",
10+
"identity": "Microsoft.Common.WPF.VisualBasic.3.0",
1111
"shortName": "wpf",
1212
"tags": {
1313
"language": "VB",

0 commit comments

Comments
 (0)