Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json
Co-Authored-By: Ryan Brandenburg <rybrande@microsoft.com>
This commit is contained in:
parent
276fbd779d
commit
8f207cce61
|
|
@ -5,7 +5,7 @@
|
|||
"Web",
|
||||
"Blazor"
|
||||
],
|
||||
"name": "Blazor (server-side)",
|
||||
"name": "Blazor Server App",
|
||||
"generatorVersions": "[1.0.0.0-*)",
|
||||
"description": "A project template for creating a Blazor server app that runs server-side inside an ASP.NET Core app and handles user interactions over a SignalR connection. This template can be used for web apps with rich dynamic user interfaces (UIs).",
|
||||
"groupIdentity": "Microsoft.Web.BlazorServer",
|
||||
|
|
|
|||
Loading…
Reference in New Issue