From 9c5648f21c05d9785505438431a3944933fe4586 Mon Sep 17 00:00:00 2001 From: bw-0 <18038290+bw-0@users.noreply.github.com> Date: Tue, 27 Mar 2018 14:38:18 -0400 Subject: [PATCH] change host version for vscode integrated console --- Revoke-Obfuscation.psd1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Revoke-Obfuscation.psd1 b/Revoke-Obfuscation.psd1 index 055c525..931ec9f 100644 --- a/Revoke-Obfuscation.psd1 +++ b/Revoke-Obfuscation.psd1 @@ -53,7 +53,7 @@ Description = 'PowerShell module file for importing all required modules for the PowerShellVersion = '3.0' # Minimum version of the Windows PowerShell host required by this module -PowerShellHostVersion = '3.0' +PowerShellHostVersion = '1.6' # Script files (.ps1) that are run in the caller's environment prior to importing this module #ScriptsToProcess = @('Get-ScriptBlock.ps1')