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 6b94e33 commit 12e8564Copy full SHA for 12e8564
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -18,12 +18,12 @@
18
19
<!-- Latest PowerShell -->
20
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
21
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.4" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.5" />
22
</ItemGroup>
23
24
<!-- PowerShell LTS -->
25
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
26
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.11" />
27
28
29
<!-- Windows PowerShell 5.1 -->
0 commit comments