Ensure OpenConsole.psm1 requires PowerShell 7 (#18021)

Closes #17505
This commit is contained in:
Michael Xu 2024-10-10 22:27:34 -04:00 committed by GitHub
parent 36f064cfc8
commit 494bc5bd3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,4 @@
#Requires -Version 7
# The project's root directory.
$script:OpenConsoleFallbackRoot="$PSScriptRoot\.."