We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c879ca commit 7cb4761Copy full SHA for 7cb4761
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -19,12 +19,12 @@
19
20
<!-- This is for testing PowerShell 7.2 LTS -->
21
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
22
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.1" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.2" />
23
</ItemGroup>
24
25
<!-- This is for testing PowerShell 7.0 LTS -->
26
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
27
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.8" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.9" />
28
29
30
<ItemGroup Condition=" '$(TargetFramework)' == 'net461' ">
0 commit comments