From 0b4412362b5bfe32dc3edaf885d3c87f76bc1012 Mon Sep 17 00:00:00 2001 From: anmenaga Date: Tue, 11 Aug 2020 16:44:31 -0700 Subject: [PATCH] Set module Minimum PowerShellVersion to be 7.1 --- .../PSDesiredStateConfiguration.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 b/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 index 8c90344..0634972 100644 --- a/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 +++ b/src/PSDesiredStateConfiguration/PSDesiredStateConfiguration.psd1 @@ -30,7 +30,7 @@ Copyright = '(c) Microsoft Corporation. All rights reserved.' Description = 'PowerShell Desired State Configuration' # Minimum version of the Windows PowerShell engine required by this module -PowerShellVersion = '6.1' +PowerShellVersion = '7.1' # Name of the Windows PowerShell host required by this module # PowerShellHostName = ''