We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9310f9 commit 00aaea6Copy full SHA for 00aaea6
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -14,12 +14,12 @@
14
15
<!-- Latest PowerShell -->
16
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
17
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.2" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.3" />
18
</ItemGroup>
19
20
<!-- PowerShell LTS -->
21
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
22
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.9" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.10" />
23
24
25
<!-- Windows PowerShell 5.1 -->
0 commit comments