SPA template precedence (#12781)
Merging this as there are no actual code-changes here.
This commit is contained in:
parent
9a0809413d
commit
5c11687506
|
|
@ -6,6 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
|
||||||
|
"precedence": "5000",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.3.0",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.3.0",
|
||||||
"name": "ASP.NET Core with Angular",
|
"name": "ASP.NET Core with Angular",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
|
||||||
|
"precedence": "5000",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.3.0",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.3.0",
|
||||||
"name": "ASP.NET Core with React.js",
|
"name": "ASP.NET Core with React.js",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
|
@ -189,7 +190,6 @@
|
||||||
"binding": "HostIdentifier"
|
"binding": "HostIdentifier"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"tags": {
|
"tags": {
|
||||||
"language": "C#",
|
"language": "C#",
|
||||||
"type": "project"
|
"type": "project"
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
"SPA"
|
"SPA"
|
||||||
],
|
],
|
||||||
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
|
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux",
|
||||||
|
"precedence": "5000",
|
||||||
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.3.0",
|
"identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.ReactRedux.CSharp.3.0",
|
||||||
"name": "ASP.NET Core with React.js and Redux",
|
"name": "ASP.NET Core with React.js and Redux",
|
||||||
"preferNameDirectory": true,
|
"preferNameDirectory": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue