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

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jareš <me@jakubjares.com>2022-03-31 11:43:35 +0300
committerGitHub <noreply@github.com>2022-03-31 11:43:35 +0300
commitb2c84718dde744ef6a28c2318a779652943111c8 (patch)
tree8f63c74d557176b055236b130491f3776d1a3e58
parent4966b6cc3d85117ab7fb0cdcbf1134be552f9a1d (diff)
Use consistent case in the templatefix-casing-in-template
Using capital letters for the options makes them consistent with other templates. Especially around `-f` and `--framework`.
-rw-r--r--src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json
index 9b1f90bc5b..062d8278c9 100644
--- a/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json
+++ b/src/ProjectTemplates/Web.ProjectTemplates/content/GrpcService-CSharp/.template.config/template.json
@@ -50,7 +50,7 @@
"type": "bind",
"binding": "HostIdentifier"
},
- "Framework": {
+ "framework": {
"type": "parameter",
"description": "The target framework for the project.",
"datatype": "choice",
@@ -62,7 +62,7 @@
],
"defaultValue": "net7.0"
},
- "ExcludeLaunchSettings": {
+ "excludeLaunchSettings": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",
@@ -118,7 +118,7 @@
},
"replaces": "5001"
},
- "UseProgramMain": {
+ "useProgramMain": {
"type": "parameter",
"datatype": "bool",
"defaultValue": "false",