Update precedence and Identity of templates for 5.0 (#19248)

This commit is contained in:
Ryan Brandenburg 2020-02-21 17:28:47 -08:00 committed by GitHub
parent 717e589413
commit 294b11622d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 33 additions and 33 deletions

View File

@ -10,7 +10,7 @@
"defaultName": "WebApplication", "defaultName": "WebApplication",
"description": "A project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can be used for web apps with rich dynamic user interfaces (UIs).", "description": "A project template for creating a Blazor app that runs on WebAssembly and is optionally hosted by an ASP.NET Core app. This template can be used for web apps with rich dynamic user interfaces (UIs).",
"groupIdentity": "Microsoft.Web.Blazor.Wasm", "groupIdentity": "Microsoft.Web.Blazor.Wasm",
"precedence": "6001", "precedence": "7001",
"guids": [ "guids": [
"4C26868E-5E7C-458D-82E3-040509D0C71F", "4C26868E-5E7C-458D-82E3-040509D0C71F",
"5990939C-7E7B-4CFA-86FF-44CA5756498A", "5990939C-7E7B-4CFA-86FF-44CA5756498A",

View File

@ -9,10 +9,10 @@
"generatorVersions": "[1.0.0.0-*)", "generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating a Blazor server app that runs server-side inside an ASP.NET Core app and handles user interactions over a SignalR connection. This template can be used for web apps with rich dynamic user interfaces (UIs).", "description": "A project template for creating a Blazor server app that runs server-side inside an ASP.NET Core app and handles user interactions over a SignalR connection. This template can be used for web apps with rich dynamic user interfaces (UIs).",
"groupIdentity": "Microsoft.Web.Blazor.Server", "groupIdentity": "Microsoft.Web.Blazor.Server",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Blazor.Server.CSharp.3.1", "identity": "Microsoft.Web.Blazor.Server.CSharp.5.0",
"shortName": "blazorserver", "shortName": "blazorserver",
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices", "thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
"tags": { "tags": {
"language": "C#", "language": "C#",
"type": "project" "type": "project"

View File

@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Empty",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Empty.CSharp.3.1", "identity": "Microsoft.Web.Empty.CSharp.5.0",
"shortName": "web", "shortName": "web",
"tags": { "tags": {
"language": "C#", "language": "C#",

View File

@ -8,8 +8,8 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Empty",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Empty.FSharp.3.1", "identity": "Microsoft.Web.Empty.FSharp.5.0",
"shortName": "web", "shortName": "web",
"tags": { "tags": {
"language": "F#", "language": "F#",

View File

@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)", "generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating a gRPC ASP.NET Core service.", "description": "A project template for creating a gRPC ASP.NET Core service.",
"groupIdentity": "Microsoft.Web.Grpc", "groupIdentity": "Microsoft.Web.Grpc",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Grpc.Service.CSharp.3.1", "identity": "Microsoft.Grpc.Service.CSharp.5.0",
"shortName": "grpc", "shortName": "grpc",
"tags": { "tags": {
"language": "C#", "language": "C#",

View File

@ -10,8 +10,8 @@
"generatorVersions": "[1.0.0.0-*)", "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 Standard",
"groupIdentity": "Microsoft.Web.Razor", "groupIdentity": "Microsoft.Web.Razor",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Razor.Library.CSharp.3.1", "identity": "Microsoft.Web.Razor.Library.CSharp.5.0",
"shortName": "razorclasslib", "shortName": "razorclasslib",
"tags": { "tags": {
"language": "C#", "language": "C#",

View File

@ -10,13 +10,13 @@
"generatorVersions": "[1.0.0.0-*)", "generatorVersions": "[1.0.0.0-*)",
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content", "description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
"groupIdentity": "Microsoft.Web.RazorPages", "groupIdentity": "Microsoft.Web.RazorPages",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.RazorPages.CSharp.3.1", "identity": "Microsoft.Web.RazorPages.CSharp.5.0",
"shortName": [ "shortName": [
"webapp", "webapp",
"razor" "razor"
], ],
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices", "thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
"tags": { "tags": {
"language": "C#", "language": "C#",
"type": "project" "type": "project"

View File

@ -9,10 +9,10 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Mvc",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Mvc.CSharp.3.1", "identity": "Microsoft.Web.Mvc.CSharp.5.0",
"shortName": "mvc", "shortName": "mvc",
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices", "thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
"tags": { "tags": {
"language": "C#", "language": "C#",
"type": "project" "type": "project"

View File

@ -9,10 +9,10 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.Mvc",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.Mvc.FSharp.3.1", "identity": "Microsoft.Web.Mvc.FSharp.5.0",
"shortName": "mvc", "shortName": "mvc",
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices", "thirdPartyNotices": "https://aka.ms/aspnetcore/5.0-third-party-notices",
"tags": { "tags": {
"language": "F#", "language": "F#",
"type": "project" "type": "project"

View File

@ -9,8 +9,8 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.WebApi",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.WebApi.CSharp.3.1", "identity": "Microsoft.Web.WebApi.CSharp.5.0",
"shortName": "webapi", "shortName": "webapi",
"tags": { "tags": {
"language": "C#", "language": "C#",

View File

@ -8,8 +8,8 @@
"generatorVersions": "[1.0.0.0-*)", "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.", "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", "groupIdentity": "Microsoft.Web.WebApi",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Web.WebApi.FSharp.3.1", "identity": "Microsoft.Web.WebApi.FSharp.5.0",
"shortName": "webapi", "shortName": "webapi",
"tags": { "tags": {
"language": "F#", "language": "F#",

View File

@ -10,8 +10,8 @@
"generatorVersions": "[1.0.0.0-*)", "generatorVersions": "[1.0.0.0-*)",
"description": "An empty project template for creating a worker service.", "description": "An empty project template for creating a worker service.",
"groupIdentity": "Microsoft.Worker.Empty", "groupIdentity": "Microsoft.Worker.Empty",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.Worker.Empty.CSharp.3.1", "identity": "Microsoft.Worker.Empty.CSharp.5.0",
"shortName": "worker", "shortName": "worker",
"tags": { "tags": {
"language": "C#", "language": "C#",

View File

@ -6,8 +6,8 @@
"SPA" "SPA"
], ],
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular", "groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.3.1", "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.5.0",
"name": "ASP.NET Core with Angular", "name": "ASP.NET Core with Angular",
"preferNameDirectory": true, "preferNameDirectory": true,
"primaryOutputs": [ "primaryOutputs": [

View File

@ -6,8 +6,8 @@
"SPA" "SPA"
], ],
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React", "groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.3.1", "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.5.0",
"name": "ASP.NET Core with React.js", "name": "ASP.NET Core with React.js",
"preferNameDirectory": true, "preferNameDirectory": true,
"primaryOutputs": [ "primaryOutputs": [

View File

@ -6,8 +6,8 @@
"SPA" "SPA"
], ],
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux", "groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
"precedence": "6000", "precedence": "7000",
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.3.1", "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.5.0",
"name": "ASP.NET Core with React.js and Redux", "name": "ASP.NET Core with React.js and Redux",
"preferNameDirectory": true, "preferNameDirectory": true,
"primaryOutputs": [ "primaryOutputs": [