From 03cb65b844a530c84638df946986b18c6fdc4ebe Mon Sep 17 00:00:00 2001 From: Simon Lamon <32477463+silamon@users.noreply.github.com> Date: Wed, 4 Jan 2023 19:22:33 +0100 Subject: [PATCH] Fix inconsistent casing of template parameters (#107) --- .../Angular-CSharp/.template.config/dotnetcli.host.json | 4 ++++ src/content/React-CSharp/.template.config/dotnetcli.host.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/content/Angular-CSharp/.template.config/dotnetcli.host.json b/src/content/Angular-CSharp/.template.config/dotnetcli.host.json index 229232fe..ff70ab50 100644 --- a/src/content/Angular-CSharp/.template.config/dotnetcli.host.json +++ b/src/content/Angular-CSharp/.template.config/dotnetcli.host.json @@ -40,6 +40,10 @@ "UseProgramMain": { "longName": "use-program-main", "shortName": "" + }, + "ProxyPort": { + "longName": "proxy-port", + "shortName": "p" } }, "usageExamples": [ diff --git a/src/content/React-CSharp/.template.config/dotnetcli.host.json b/src/content/React-CSharp/.template.config/dotnetcli.host.json index 229232fe..ff70ab50 100644 --- a/src/content/React-CSharp/.template.config/dotnetcli.host.json +++ b/src/content/React-CSharp/.template.config/dotnetcli.host.json @@ -40,6 +40,10 @@ "UseProgramMain": { "longName": "use-program-main", "shortName": "" + }, + "ProxyPort": { + "longName": "proxy-port", + "shortName": "p" } }, "usageExamples": [