Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/spa-templates.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Godbe <wigodbe@microsoft.com>2022-01-26 20:57:19 +0300
committerGitHub <noreply@github.com>2022-01-26 20:57:19 +0300
commit8b90832a77eb141d957b9c484cda6f750998bb70 (patch)
tree039442f531aff3b443b12bc1c58507cd35606773
parent645b03f7d97699b93b5069e2cd964603ee5b909c (diff)
Update precedence of templates (#39)
-rw-r--r--src/content/Angular-CSharp/.template.config/template.json4
-rw-r--r--src/content/React-CSharp/.template.config/template.json4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/content/Angular-CSharp/.template.config/template.json b/src/content/Angular-CSharp/.template.config/template.json
index 347f793..74a3449 100644
--- a/src/content/Angular-CSharp/.template.config/template.json
+++ b/src/content/Angular-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"SPA"
],
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular",
- "precedence": "8000",
- "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.6.0",
+ "precedence": "9000",
+ "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.Angular.CSharp.7.0",
"name": "ASP.NET Core with Angular",
"preferNameDirectory": true,
"primaryOutputs": [
diff --git a/src/content/React-CSharp/.template.config/template.json b/src/content/React-CSharp/.template.config/template.json
index 320dc63..c8a02ad 100644
--- a/src/content/React-CSharp/.template.config/template.json
+++ b/src/content/React-CSharp/.template.config/template.json
@@ -6,8 +6,8 @@
"SPA"
],
"groupIdentity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React",
- "precedence": "8000",
- "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.6.0",
+ "precedence": "9000",
+ "identity": "Microsoft.DotNet.Web.Spa.ProjectTemplates.React.CSharp.7.0",
"name": "ASP.NET Core with React.js",
"preferNameDirectory": true,
"primaryOutputs": [