Skip to content

Commit 1ed8e9b

Browse files
committed
fixing typo
1 parent 6880331 commit 1ed8e9b

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"description": "A project for creating a class library that targets a .NET Core WPF Application",
88
"groupIdentity": "Microsoft.Common.WPF.Library",
99
"precedence": "3000",
10-
"identity": "Microsoft.Common.WPF.Library.CSharp.3.0",
10+
"identity": "Microsoft.Common.WPF.Library.VisualBasic.3.0",
1111
"shortName": "wpflib",
1212
"tags": {
13-
"language": "C#",
13+
"language": "VB",
1414
"type": "project"
1515
},
1616
"sourceName": "Company.ClassLibrary1",
@@ -58,7 +58,7 @@
5858
{ "path": "Company.ClassLibrary1.csproj" },
5959
{
6060
"condition": "(HostIdentifier != \"dotnetcli\" && HostIdentifier != \"dotnetcli-preview\")",
61-
"path": "Class1.cs"
61+
"path": "Class1.vb"
6262
}
6363
],
6464
"defaultName": "WpfLibrary1",

0 commit comments

Comments
 (0)