Skip to content

Commit 6676291

Browse files
Fix local build file modification (#50387)
1 parent 21c81d3 commit 6676291

File tree

1 file changed

+2
-2
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/localize

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Microsoft",
33
"name": "Razor Class Library",
4-
"description": "A project for creating a Razor class library that targets .NET Standard",
4+
"description": "A project for creating a Razor class library that targets .NET",
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'}",
@@ -11,4 +11,4 @@
1111
"postActions/restore/description": "Restore NuGet packages required by this project.",
1212
"postActions/restore/manualInstructions/default/text": "Run 'dotnet restore'",
1313
"postActions/openInEditor/description": "Opens Areas/MyFeature/Pages/Page1.cshtml in the editor"
14-
}
14+
}

0 commit comments

Comments
 (0)