Skip to content

Commit 92f771f

Browse files
ryanbrandenburgmkArtakMSFT
authored andcommitted
Update templates for 3.1 (#14637)
1 parent 361428a commit 92f771f

File tree

14 files changed

+32
-32
lines changed

14 files changed

+32
-32
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/BlazorServerWeb-CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"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).",
1111
"groupIdentity": "Microsoft.Web.Blazor.Server",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Web.Blazor.Server.CSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Web.Blazor.Server.CSharp.3.1",
1414
"shortName": "blazorserver",
15-
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.0-third-party-notices",
15+
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices",
1616
"tags": {
1717
"language": "C#",
1818
"type": "project"

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it.",
1111
"groupIdentity": "Microsoft.Web.Empty",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Web.Empty.CSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Web.Empty.CSharp.3.1",
1414
"shortName": "web",
1515
"tags": {
1616
"language": "C#",

src/ProjectTemplates/Web.ProjectTemplates/content/EmptyWeb-FSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"generatorVersions": "[1.0.0.0-*)",
99
"description": "An empty project template for creating an ASP.NET Core application. This template does not have any content in it.",
1010
"groupIdentity": "Microsoft.Web.Empty",
11-
"precedence": "5000",
12-
"identity": "Microsoft.Web.Empty.FSharp.3.0",
11+
"precedence": "6000",
12+
"identity": "Microsoft.Web.Empty.FSharp.3.1",
1313
"shortName": "web",
1414
"tags": {
1515
"language": "F#",

src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"description": "A project template for creating a gRPC ASP.NET Core service.",
1111
"groupIdentity": "Microsoft.Web.Grpc",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Grpc.Service.CSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Grpc.Service.CSharp.3.1",
1414
"shortName": "grpc",
1515
"tags": {
1616
"language": "C#",

src/ProjectTemplates/Web.ProjectTemplates/content/RazorClassLibrary-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"generatorVersions": "[1.0.0.0-*)",
1212
"description": "A project for creating a Razor class library that targets .NET Standard",
1313
"groupIdentity": "Microsoft.Web.Razor",
14-
"precedence": "5000",
15-
"identity": "Microsoft.Web.Razor.Library.CSharp.3.0",
14+
"precedence": "6000",
15+
"identity": "Microsoft.Web.Razor.Library.CSharp.3.1",
1616
"shortName": "razorclasslib",
1717
"tags": {
1818
"language": "C#",

src/ProjectTemplates/Web.ProjectTemplates/content/RazorPagesWeb-CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"generatorVersions": "[1.0.0.0-*)",
1111
"description": "A project template for creating an ASP.NET Core application with example ASP.NET Core Razor Pages content",
1212
"groupIdentity": "Microsoft.Web.RazorPages",
13-
"precedence": "5000",
14-
"identity": "Microsoft.Web.RazorPages.CSharp.3.0",
13+
"precedence": "6000",
14+
"identity": "Microsoft.Web.RazorPages.CSharp.3.1",
1515
"shortName": [
1616
"webapp",
1717
"razor"
1818
],
19-
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.0-third-party-notices",
19+
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices",
2020
"tags": {
2121
"language": "C#",
2222
"type": "project"

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-CSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"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.",
1111
"groupIdentity": "Microsoft.Web.Mvc",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Web.Mvc.CSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Web.Mvc.CSharp.3.1",
1414
"shortName": "mvc",
15-
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.0-third-party-notices",
15+
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices",
1616
"tags": {
1717
"language": "C#",
1818
"type": "project"

src/ProjectTemplates/Web.ProjectTemplates/content/StarterWeb-FSharp/.template.config/template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"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.",
1111
"groupIdentity": "Microsoft.Web.Mvc",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Web.Mvc.FSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Web.Mvc.FSharp.3.1",
1414
"shortName": "mvc",
15-
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.0-third-party-notices",
15+
"thirdPartyNotices": "https://aka.ms/aspnetcore/3.1-third-party-notices",
1616
"tags": {
1717
"language": "F#",
1818
"type": "project"

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"generatorVersions": "[1.0.0.0-*)",
1010
"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.",
1111
"groupIdentity": "Microsoft.Web.WebApi",
12-
"precedence": "5000",
13-
"identity": "Microsoft.Web.WebApi.CSharp.3.0",
12+
"precedence": "6000",
13+
"identity": "Microsoft.Web.WebApi.CSharp.3.1",
1414
"shortName": "webapi",
1515
"tags": {
1616
"language": "C#",

src/ProjectTemplates/Web.ProjectTemplates/content/WebApi-FSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"generatorVersions": "[1.0.0.0-*)",
99
"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.",
1010
"groupIdentity": "Microsoft.Web.WebApi",
11-
"precedence": "5000",
12-
"identity": "Microsoft.Web.WebApi.FSharp.3.0",
11+
"precedence": "6000",
12+
"identity": "Microsoft.Web.WebApi.FSharp.3.1",
1313
"shortName": "webapi",
1414
"tags": {
1515
"language": "F#",

src/ProjectTemplates/Web.ProjectTemplates/content/Worker-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"generatorVersions": "[1.0.0.0-*)",
1111
"description": "An empty project template for creating a worker service.",
1212
"groupIdentity": "Microsoft.Worker.Empty",
13-
"precedence": "5000",
14-
"identity": "Microsoft.Worker.Empty.CSharp.3.0",
13+
"precedence": "6000",
14+
"identity": "Microsoft.Worker.Empty.CSharp.3.1",
1515
"shortName": "worker",
1616
"tags": {
1717
"language": "C#",

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/Angular-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"SPA"
77
],
88
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
9-
"precedence": "5000",
10-
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.3.0",
9+
"precedence": "6000",
10+
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.3.1",
1111
"name": "ASP.NET Core with Angular",
1212
"preferNameDirectory": true,
1313
"primaryOutputs": [

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/React-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"SPA"
77
],
88
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
9-
"precedence": "5000",
10-
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.3.0",
9+
"precedence": "6000",
10+
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.3.1",
1111
"name": "ASP.NET Core with React.js",
1212
"preferNameDirectory": true,
1313
"primaryOutputs": [

src/ProjectTemplates/Web.Spa.ProjectTemplates/content/ReactRedux-CSharp/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"SPA"
77
],
88
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
9-
"precedence": "5000",
10-
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.3.0",
9+
"precedence": "6000",
10+
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.3.1",
1111
"name": "ASP.NET Core with React.js and Redux",
1212
"preferNameDirectory": true,
1313
"primaryOutputs": [

0 commit comments

Comments
 (0)