Update precedence for 2.2 templates

This commit is contained in:
Javier Calvarro Nelson 2018-08-21 13:36:34 -07:00
parent 11c6ebea2e
commit 3ed89516ba
8 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it.",
"groupIdentity": "Microsoft.Web.Empty",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.Empty.CSharp.2.2",
"shortName": "web",
"tags": {

View File

@ -8,7 +8,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it.",
"groupIdentity": "Microsoft.Web.Empty",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.Empty.FSharp.2.2",
"shortName": "web",
"tags": {

View File

@ -11,7 +11,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project for creating a Razor class library that targets .NET Standard",
"groupIdentity": "Microsoft.Web.Razor",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.Razor.Library.CSharp.2.2",
"shortName": "razorclasslib",
"tags": {

View File

@ -10,7 +10,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Razor Pages content",
"groupIdentity": "Microsoft.Web.RazorPages",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.RazorPages.CSharp.2.2",
"shortName": [
"razor",

View File

@ -9,7 +9,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.",
"groupIdentity": "Microsoft.Web.Mvc",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.Mvc.CSharp.2.2",
"shortName": "mvc",
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",

View File

@ -9,7 +9,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core MVC Views and Controllers. This template can also be used for RESTful HTTP services.",
"groupIdentity": "Microsoft.Web.Mvc",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.Mvc.FSharp.2.2",
"shortName": "mvc",
"thirdPartyNotices": "https://aka.ms/aspnetcore-template-3pn-210",

View File

@ -9,7 +9,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with an example Controller for a RESTful HTTP service. This template can also be used for ASP.NET Core MVC Views and Controllers.",
"groupIdentity": "Microsoft.Web.WebApi",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.WebApi.CSharp.2.2",
"shortName": "webapi",
"tags": {

View File

@ -8,7 +8,7 @@
"generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with an example Controller for a RESTful HTTP service. This template can also be used for ASP.NET Core MVC Views and Controllers.",
"groupIdentity": "Microsoft.Web.WebApi",
"precedence": "3000",
"precedence": "4000",
"identity": "Microsoft.Web.WebApi.FSharp.2.2",
"shortName": "webapi",
"tags": {