We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8113b5 commit 7f6c284Copy full SHA for 7f6c284
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -18,11 +18,11 @@
18
</ItemGroup>
19
20
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
21
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0-preview.3" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.0" />
22
23
24
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
25
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.6" />
26
27
28
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
0 commit comments