Skip to content

Commit e0ce17b

Browse files
Update IDs for RazorComponents (#8301)
1 parent 41e6fc8 commit e0ce17b

File tree

1 file changed

+5
-3
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config

1 file changed

+5
-3
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/vs-2017.3.host.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33
"name": {
44
"text": "Razor Components",
55
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
6-
"id": "1025"
6+
"id": "1029"
77
},
88
"description": {
99
"text": "A project template for creating an ASP.NET Core Razor Components application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
1010
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
11-
"id": "1026"
11+
"id": "1030"
1212
},
1313
"order": 304,
1414
"icon": "vs-2017.3/WebApplication.png",
1515
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
16-
"uiFilters": [ "oneaspnet" ],
16+
"uiFilters": [
17+
"oneaspnet"
18+
],
1719
"ports": [
1820
{
1921
"name": "HttpPort",

0 commit comments

Comments
 (0)