We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0383ee commit 85ad15bCopy full SHA for 85ad15b
Engine/PSScriptAnalyzer.psm1
@@ -9,7 +9,7 @@ $PSModuleRoot = $PSModule.ModuleBase
9
10
# Import the appropriate nested binary module based on the current PowerShell version
11
$binaryModuleRoot = $PSModuleRoot
12
-[Version] $minimumPowerShellCoreVersion = '7.0.11'
+[Version] $minimumPowerShellCoreVersion = '7.2.11'
13
if ($PSVersionTable.PSVersion.Major -ge 6) {
14
$binaryModuleRoot = Join-Path -Path $PSModuleRoot -ChildPath "PSv$($PSVersionTable.PSVersion.Major)"
15
# Minimum PowerShell Core version given by PowerShell Core support itself and
0 commit comments