From 49551d30b38295f100c5ca03a9cef18dfd9b9743 Mon Sep 17 00:00:00 2001 From: Jonathon Marolf Date: Thu, 13 Jun 2019 11:34:59 -0700 Subject: [PATCH] Ensure the identity name is the same for C# and VB templates Having mismatched identities means that shim templates cannot be re-used across languages in VS --- .../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 32591b70599..cefbb6f97a0 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.VisualBasic.3.0", + "identity": "Microsoft.Common.WPF", "shortName": "wpf", "tags": { "language": "VB",