From c0e300879df7ba0f91e6e36dde27b4c8a6d0794a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Connor=20Ro=CC=88hricht=20=28connor=2Ework=29?= Date: Sun, 20 Sep 2020 21:17:57 +0200 Subject: [PATCH] Corrected choices for template parameter PowerShellStandardVersion. Fixes PowerShell#87 . --- .../.template.config/template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json index 02629af..94a4310 100755 --- a/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json +++ b/src/dotnetTemplate/Microsoft.PowerShell.Standard.Module.Template/Microsoft.PowerShell.Standard.Module.Template/.template.config/template.json @@ -16,18 +16,18 @@ "PowerShellStandardVersion":{ "type": "parameter", "datatype":"choice", - "defaultValue": "5.1.0", + "defaultValue": "7.0.0-preview.1", "choices": [ { - "choice": "5.1.0", - "description": "PowerShell Standard 5.1" + "choice": "7.0.0-preview.1", + "description": "PowerShell Standard 7.0.0-preview.1" }, { "choice": "3.0.0-preview-02", "description": "PowerShell Standard 3.0" } ], - "replaces": "5.1.0" + "replaces": "7.0.0-preview.1" }, "skipRestore": { "type": "parameter",