From 889b1e3dadb08ecc4dd0804d17e8b4ed27573a14 Mon Sep 17 00:00:00 2001 From: Varorbc Date: Mon, 31 Jul 2023 08:57:11 +0800 Subject: [PATCH] remove standard keyword --- .../RazorClassLibrary-CSharp/.template.config/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json index 5aeddc8927fa..a41edcc0235f 100644 --- a/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json +++ b/src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json @@ -8,7 +8,7 @@ ], "name": "Razor Class Library", "generatorVersions": "[1.0.0.0-*)", - "description": "A project for creating a Razor class library that targets .NET Standard", + "description": "A project for creating a Razor class library that targets .NET", "groupIdentity": "Microsoft.Web.Razor", "precedence": "9800", "identity": "Microsoft.Web.Razor.Library.CSharp.8.0",