Skip to content

Commit 5887e41

Browse files
committed
Rename Razor Components template
Fixes #6525
1 parent be14ef1 commit 5887e41

File tree

1 file changed

+2
-2
lines changed
  • src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config

1 file changed

+2
-2
lines changed

src/Templating/src/Microsoft.DotNet.Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"Web",
66
"RazorComponents"
77
],
8-
"name": "ASP.NET Core Razor Components",
8+
"name": "ASP.NET Core Web App (Razor Components)",
99
"generatorVersions": "[1.0.0.0-*)",
10-
"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).",
10+
"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).",
1111
"groupIdentity": "Microsoft.Web.RazorComponents",
1212
"precedence": "5000",
1313
"identity": "Microsoft.Web.RazorComponents.CSharp.3.0",

0 commit comments

Comments
 (0)