Update SPA template identifiers to end with ".2.1". Fixes #230
This commit is contained in:
parent
1e0bde0345
commit
b1ccc31ccf
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Aurelia",
|
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Aurelia",
|
||||||
"identity": "Microsoft.AspNetCore.SpaTemplates.Aurelia.CSharp",
|
"identity": "Microsoft.AspNetCore.SpaTemplates.Aurelia.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with Aurelia",
|
"name": "ASP.NET Core with Aurelia",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Knockout",
|
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Knockout",
|
||||||
"identity": "Microsoft.AspNetCore.SpaTemplates.Knockout.CSharp",
|
"identity": "Microsoft.AspNetCore.SpaTemplates.Knockout.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with Knockout.js",
|
"name": "ASP.NET Core with Knockout.js",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Vue",
|
"groupIdentity": "Microsoft.AspNetCore.SpaTemplates.Vue",
|
||||||
"identity": "Microsoft.AspNetCore.SpaTemplates.Vue.CSharp",
|
"identity": "Microsoft.AspNetCore.SpaTemplates.Vue.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with Vue.js",
|
"name": "ASP.NET Core with Vue.js",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with Angular",
|
"name": "ASP.NET Core with Angular",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with React.js",
|
"name": "ASP.NET Core with React.js",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.2.1",
|
||||||
"name": "ASP.NET Core with React.js and Redux",
|
"name": "ASP.NET Core with React.js and Redux",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
"primaryOutputs": [
|
"primaryOutputs": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue