Fix up naming of templates
This commit is contained in:
parent
6f197a9e5d
commit
6b93e2ee71
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<Description>Build client-side single-page applications (SPAs) with Razor Components running under WebAssembly.</Description>
|
||||
<Description>Build client-side single-page applications (SPAs) with Blazor running under WebAssembly.</Description>
|
||||
<IsShippingPackage>true</IsShippingPackage>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
"author": "Microsoft",
|
||||
"classifications": [
|
||||
"Web",
|
||||
"RazorComponents"
|
||||
"Blazor"
|
||||
],
|
||||
"name": "ASP.NET Core Web App (Razor Components)",
|
||||
"name": "Blazor (server-side)",
|
||||
"generatorVersions": "[1.0.0.0-*)",
|
||||
"description": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
||||
"groupIdentity": "Microsoft.Web.RazorComponents",
|
||||
|
|
@ -134,4 +134,4 @@
|
|||
"continueOnError": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"$schema": "http://json.schemastore.org/vs-2017.3.host",
|
||||
"name": {
|
||||
"text": "Razor Components",
|
||||
"text": "Blazor (server-side)",
|
||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||
"id": "1029"
|
||||
},
|
||||
"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 a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).",
|
||||
"package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}",
|
||||
"id": "1030"
|
||||
},
|
||||
|
|
@ -29,4 +29,4 @@
|
|||
"excludeLaunchSettings": false,
|
||||
"minFullFrameworkVersion": "4.6.1",
|
||||
"disableHttpsSymbol": "NoHttps"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue