We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf0032b commit 906212fCopy full SHA for 906212f
src/PowerShellEditorServices/PowerShellEditorServices.csproj
@@ -15,7 +15,7 @@
15
<RestorePackages>true</RestorePackages>
16
<DefineConstants Condition=" '$(PowerShellVersion)' == 'v3'">PowerShellv3</DefineConstants>
17
<DefineConstants Condition=" '$(PowerShellVersion)' == 'v4'">PowerShellv4</DefineConstants>
18
- <DefineConstants Condition=" '$(PowerShellVersion)' == ''">PowerShellv5</DefineConstants>
+ <DefineConstants Condition=" '$(PowerShellVersion)' == '' Or '$(PowerShellVersion)' == 'v5'">PowerShellv5</DefineConstants>
19
</PropertyGroup>
20
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
<DebugSymbols>true</DebugSymbols>
0 commit comments