Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHao Kung <HaoK@users.noreply.github.com>2021-01-19 20:18:20 +0300
committerGitHub <noreply@github.com>2021-01-19 20:18:20 +0300
commit39fda3f506be047f5e3f78bdbad791c66e314026 (patch)
tree087ed51381389d56ecfb6801256c866029a662d7 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent88451476f20c91bebfc9d822e8ef0fef1c720157 (diff)
Update precedence of templates for 6.0 (#29361)
Diffstat (limited to 'src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp')
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json4
1 files changed, 2 insertions, 2 deletions
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 6363db45aa..3ef9e65cff 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
@@ -10,8 +10,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a Razor class library that targets .NET Standard",
"groupIdentity": "Microsoft.Web.Razor",
- "precedence": "7000",
- "identity": "Microsoft.Web.Razor.Library.CSharp.5.0",
+ "precedence": "8000",
+ "identity": "Microsoft.Web.Razor.Library.CSharp.6.0",
"shortName": "razorclasslib",
"tags": {
"language": "C#",