You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)"

## 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
Copy file name to clipboardExpand all lines: src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/localize/templatestrings.en.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"author": "Microsoft",
3
-
"name": "ASP.NET Core Web App",
3
+
"name": "ASP.NET Core Web App (Razor Pages)",
4
4
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
5
5
"symbols/auth/choices/None/description": "No authentication",
0 commit comments