Rename Razor Components template

Fixes https://github.com/aspnet/AspNetCore/issues/6525
This commit is contained in:
Pranav K 2019-01-09 17:10:17 -08:00
parent be14ef19df
commit 5887e412c6
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
"Web",
"RazorComponents"
],
"name": "ASP.NET Core Razor Components",
"name": "ASP.NET Core Web App (Razor Components)",
"generatorVersions": "[1.0.0.0-*)",
"description": "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).",
"description": "A project template for creating an ASP.NET Core application with Razor Components. This template can be used for web applications with rich dynamic user interfaces (UIs).",
"groupIdentity": "Microsoft.Web.RazorComponents",
"precedence": "5000",
"identity": "Microsoft.Web.RazorComponents.CSharp.3.0",