Skip to content

Commit

Permalink
Ensure OpenConsole.psm1 requires PowerShell 7 (microsoft#18021)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljsXu authored Oct 11, 2024
1 parent 36f064c commit 494bc5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/OpenConsole.psm1
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#Requires -Version 7

# The project's root directory.
$script:OpenConsoleFallbackRoot="$PSScriptRoot\.."
Expand Down

0 comments on commit 494bc5b

Please sign in to comment.