Update src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json

Co-Authored-By: Daniel Roth <daroth@microsoft.com>
This commit is contained in:
Isaac Levin 2019-07-02 11:25:20 -04:00 committed by Isaac Levin
parent 3243df1384
commit 264b11c36c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"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",
"groupIdentity": "Microsoft.Web.Blazor.Server",
"precedence": "5000",
"identity": "Microsoft.Web.Blazor.Server.CSharp.3.0",
"shortName": "blazorserver",