From 36705d726a3ec46c6174ddd2eb88bd13f6db9935 Mon Sep 17 00:00:00 2001 From: Vatsan Madhavan Date: Mon, 17 Jun 2019 17:24:53 -0700 Subject: [PATCH] Reverts "Ensure the identity name is the same for C# and VB templates (#946)" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit cf0bed3f96531e505ee0edc2fad6774deb2804bc. Fixes ‘Dotnet new‘ shows WPF template for VB only #987 --- .../WpfApplication-VisualBasic/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json index cefbb6f97a0..32591b70599 100644 --- a/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json +++ b/packaging/Microsoft.Dotnet.Wpf.ProjectTemplates/content/WpfApplication-VisualBasic/.template.config/template.json @@ -7,7 +7,7 @@ "description": "A project for creating a .NET Core WPF Application", "groupIdentity": "Microsoft.Common.WPF", "precedence": "3000", - "identity": "Microsoft.Common.WPF", + "identity": "Microsoft.Common.WPF.VisualBasic.3.0", "shortName": "wpf", "tags": { "language": "VB",