Skip to content

Commit fbc7b9d

Browse files
committed
Modified .json files
1 parent a647db9 commit fbc7b9d

2 files changed

Lines changed: 12 additions & 15 deletions

File tree

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
{
2-
"$schema": "http://json.schemastore.org/vs-2017.3.host",
2+
"$schema": "http://json.schemastore.org/ide.host",
33
"order": 650,
44
"icon": "ide/icon.png",
5-
"ports": [
6-
{
7-
"name": "HttpPort",
8-
"useHttps": false
9-
},
10-
{
11-
"name": "HttpsPort",
12-
"useHttps": true
13-
}
14-
],
155
"disableHttpsSymbol": "NoHttps",
166
"supportsDocker": true
177
}

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyBlazorServerWeb-CSharp/.template.config/template.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,17 @@
1414
"identity": "Microsoft.Web.Blazor.Server.Empty.CSharp.7.0",
1515
"shortName": "blazorserver-empty",
1616
"thirdPartyNotices": "https://aka.ms/aspnetcore/7.0-third-party-notices",
17-
"tags": {
18-
"language": "C#",
19-
"type": "project"
20-
},
17+
"tags": [
18+
{
19+
"type": "projectType",
20+
"add": [ "Cloud", "Web" ],
21+
"remove": [ "*" ]
22+
},
23+
{
24+
"type": "platform",
25+
"add": [ "Linux", "macOS", "Windows" ]
26+
}
27+
],
2128
"sourceName": "EmptyBlazorServerWeb-CSharp",
2229
"preferNameDirectory": true,
2330
"sources": [

0 commit comments

Comments
 (0)