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:
authorRyan Brandenburg <rybrande@microsoft.com>2019-10-02 02:00:10 +0300
committerArtak <34246760+mkArtakMSFT@users.noreply.github.com>2019-10-02 02:00:10 +0300
commit92f771f1171e521e3836cef85bf87441568acbe0 (patch)
treea7f4c89663ec3d16629e6dacae053b9f233fb248 /src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp
parent361428ae3b4fd957dcbd6df828a1ee8d977602e6 (diff)
Update templates for 3.1 (#14637)
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 e03bc65429..1b4166341a 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
@@ -11,8 +11,8 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a Razor class library that targets .NET Standard",
"groupIdentity": "Microsoft.Web.Razor",
- "precedence": "5000",
- "identity": "Microsoft.Web.Razor.Library.CSharp.3.0",
+ "precedence": "6000",
+ "identity": "Microsoft.Web.Razor.Library.CSharp.3.1",
"shortName": "razorclasslib",
"tags": {
"language": "C#",