Skip to content

Commit 48c5817

Browse files
authored
rename "ASP.NET Core Web App" to "ASP.NET Core Web App (Razor Pages)" (#51157)
# Rename "ASP.NET Core Web App" to "ASP.NET Core Web App (Razor Pages)" ![web-app-razor-pages](https://github.com/dotnet/aspnetcore/assets/114938397/3700cd64-cc7d-4817-87b3-17e38a83eb5e) ## Description Renamed "ASP.NET Core Web App" template to "ASP.NET Core Web App (Razor Pages)" Fixes #50999 ## Customer Impact The name for this template would be "ASP.NET Core Web App (Razor Pages)" in Visual Studio instead of "ASP.NET Core Web App". ## Regression? - [ ] Yes - [x] No [If yes, specify the version the behavior has regressed from] ## Risk - [ ] High - [ ] Medium - [x] Low [Justify the selection above] ## Verification - [x] Manual (required) - [ ] Automated ## Packaging changes reviewed? - [ ] Yes - [ ] No - [x] N/A ---- ## When servicing release/2.1 - [ ] Make necessary changes in eng/PatchConfig.props
1 parent 51f80c7 commit 48c5817

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Microsoft",
3-
"name": "ASP.NET Core Web App",
3+
"name": "ASP.NET Core Web App (Razor Pages)",
44
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
55
"symbols/auth/choices/None/description": "No authentication",
66
"symbols/auth/choices/Individual/description": "Individual authentication",
@@ -40,4 +40,4 @@
4040
"symbols/UseProgramMain/description": "Whether to generate an explicit Program class and Main method instead of top-level statements.",
4141
"postActions/restore/description": "Restore NuGet packages required by this project.",
4242
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'"
43-
}
43+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"MVC",
77
"Razor Pages"
88
],
9-
"name": "ASP.NET Core Web App",
9+
"name": "ASP.NET Core Web App (Razor Pages)",
1010
"generatorVersions": "[1.0.0.0-*)",
1111
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
1212
"groupIdentity": "Microsoft.Web.RazorPages",

0 commit comments

Comments
 (0)