diff --git a/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/.template.config.src/template.json b/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/.template.config.src/template.json index 9049c7d986..4280a01cd3 100644 --- a/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/.template.config.src/template.json +++ b/src/Components/Blazor/Templates/src/content/BlazorHosted-CSharp/.template.config.src/template.json @@ -5,6 +5,7 @@ "Blazor", "Hosted" ], + "description": "A project template for creating a Blazor application that runs on WebAssembly and is hosted on an ASP.NET Core server.", "groupIdentity": "Microsoft.Web.Blazor.Hosted", "guids": [ "4C26868E-5E7C-458D-82E3-040509D0C71F", @@ -13,7 +14,7 @@ "0AFFA7FD-4E37-4636-AB91-3753E746DB98" ], "identity": "Microsoft.Web.Blazor.Hosted.CSharp", - "name": "Blazor (hosted in ASP.NET server)", + "name": "Blazor (ASP.NET Core hosted)", "preferNameDirectory": true, "primaryOutputs": [ { diff --git a/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/.template.config.src/template.json b/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/.template.config.src/template.json index 2e4c21ece5..152ae077ff 100644 --- a/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/.template.config.src/template.json +++ b/src/Components/Blazor/Templates/src/content/BlazorStandalone-CSharp/.template.config.src/template.json @@ -5,6 +5,7 @@ "Blazor", "Standalone" ], + "description": "A project template for creating a standalone Blazor application that runs on WebAssembly.", "groupIdentity": "Microsoft.Web.Blazor.Standalone", "identity": "Microsoft.Web.Blazor.Standalone.CSharp", "name": "Blazor (client-side)",