You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Minimum PowerShell Core version given by PowerShell Core support itself and
16
16
# the version of Nuget references, such as e.g. Newtonsoft.Json inside PowerShell itself
17
17
# or the version of the System.Management.Automation NuGet reference in PSSA.
18
-
18
+
19
19
if ($PSVersionTable.PSVersion-lt$minimumPowerShellCoreVersion) {
20
20
throw"Minimum supported version of PSScriptAnalyzer for PowerShell Core is $minimumPowerShellCoreVersion but current version is '$($PSVersionTable.PSVersion)'. Please update PowerShell Core."
0 commit comments