diff --git a/src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj b/src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj index 49318e9adf..fe6a77482a 100644 --- a/src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj +++ b/src/Components/Blazor/Blazor/src/Microsoft.AspNetCore.Blazor.csproj @@ -2,7 +2,7 @@ netstandard2.0 - Build client-side single-page applications (SPAs) with Razor Components running under WebAssembly. + Build client-side single-page applications (SPAs) with Blazor running under WebAssembly. true diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json index 1af5b2364d..3d70978086 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/template.json @@ -3,9 +3,9 @@ "author": "Microsoft", "classifications": [ "Web", - "RazorComponents" + "Blazor" ], - "name": "ASP.NET Core Web App (Razor Components)", + "name": "Blazor (server-side)", "generatorVersions": "[1.0.0.0-*)", "description": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).", "groupIdentity": "Microsoft.Web.RazorComponents", @@ -134,4 +134,4 @@ "continueOnError": true } ] -} +} \ No newline at end of file diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/vs-2017.3.host.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/vs-2017.3.host.json index eae7688406..b2224c8d7a 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/vs-2017.3.host.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorComponentsWeb-CSharp/.template.config/vs-2017.3.host.json @@ -1,12 +1,12 @@ { "$schema": "http://json.schemastore.org/vs-2017.3.host", "name": { - "text": "Razor Components", + "text": "Blazor (server-side)", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1029" }, "description": { - "text": "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).", + "text": "A project template for creating a Blazor application that runs server-side inside an ASP.NET Core application. This template can be used for web applications with rich dynamic user interfaces (UIs).", "package": "{0CD94836-1526-4E85-87D3-FB5274C5AFC9}", "id": "1030" }, @@ -29,4 +29,4 @@ "excludeLaunchSettings": false, "minFullFrameworkVersion": "4.6.1", "disableHttpsSymbol": "NoHttps" -} +} \ No newline at end of file