Update IDs for RazorComponents (#8301)
This commit is contained in:
parent
41e6fc8ab0
commit
e0ce17bc3f
|
|
@ -3,17 +3,19 @@
|
||||||
"name": {
|
"name": {
|
||||||
"text": "Razor Components",
|
"text": "Razor Components",
|
||||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||||
"id": "1025"
|
"id": "1029"
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"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).",
|
"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).",
|
||||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||||
"id": "1026"
|
"id": "1030"
|
||||||
},
|
},
|
||||||
"order": 304,
|
"order": 304,
|
||||||
"icon": "vs-2017.3/WebApplication.png",
|
"icon": "vs-2017.3/WebApplication.png",
|
||||||
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
|
"learnMoreLink": "https://go.microsoft.com/fwlink/?LinkID=784883",
|
||||||
"uiFilters": [ "oneaspnet" ],
|
"uiFilters": [
|
||||||
|
"oneaspnet"
|
||||||
|
],
|
||||||
"ports": [
|
"ports": [
|
||||||
{
|
{
|
||||||
"name": "HttpPort",
|
"name": "HttpPort",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue