Skip to content

Commit 22ef9ea

Browse files
authored
Remove hosted from blazor wasm templates descriptions (#48969)
* remove hosted from blazor wasm templates descriptions
1 parent 2b9bec6 commit 22ef9ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/localize/templatestrings.en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Blazor WebAssembly App",
4-
"description": "A project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can be used for web apps with rich dynamic user interfaces (UIs).",
4+
"description": "A project template for creating a Blazor app that runs on WebAssembly. This template can be used for web apps with rich dynamic user interfaces (UIs).",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"_symbols/Framework/choices/net8.0/description.comment": "{Locked='net8.0'}",
@@ -41,4 +41,4 @@
4141
"postActions/restore/description": "Restore NuGet packages required by this project.",
4242
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
4343
"postActions/open-file/description": "Opens Readme.txt in the editor"
44-
}
44+
}

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"name": "Blazor WebAssembly App",
1111
"defaultName": "BlazorApp",
12-
"description": "A project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can be used for web apps with rich dynamic user interfaces (UIs).",
12+
"description": "A project template for creating a Blazor app that runs on WebAssembly. This template can be used for web apps with rich dynamic user interfaces (UIs).",
1313
"groupIdentity": "Microsoft.Web.Blazor.Wasm",
1414
"precedence": "9800",
1515
"guids": [

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/.template.config/localize/templatestrings.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Blazor WebAssembly App Empty",
4-
"description": "An empty project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template does not have any content in it.",
4+
"description": "An empty project template for creating a Blazor app that runs on WebAssembly. This template does not have any content in it.",
55
"symbols/Framework/description": "The target framework for the project.",
66
"symbols/Framework/choices/net8.0/description": "Target net8.0",
77
"_symbols/Framework/choices/net8.0/description.comment": "{Locked='net8.0'}",

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyComponentsWebAssembly-CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"name": "Blazor WebAssembly App Empty",
1212
"defaultName": "BlazorApp-empty",
13-
"description": "An empty project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template does not have any content in it.",
13+
"description": "An empty project template for creating a Blazor app that runs on WebAssembly. This template does not have any content in it.",
1414
"groupIdentity": "Microsoft.Web.Blazor.Wasm.Empty",
1515
"precedence": "9800",
1616
"identity": "Microsoft.Web.Blazor.Wasm.Empty.CSharp.8.0",

0 commit comments

Comments
 (0)