Skip to content

Commit e0c70a3

Browse files
committed
Update tests' dependency on PowerShell SDK
1 parent e21c8c1 commit e0c70a3

File tree

2 files changed

+173
-169
lines changed

2 files changed

+173
-169
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@
1818

1919
<!-- PowerShell 7.4.x -->
2020
<ItemGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
21-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.0" />
21+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.1" />
2222
</ItemGroup>
2323

2424
<!-- PowerShell 7.3.x -->
2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
26-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.10" />
26+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.11" />
2727
</ItemGroup>
2828

2929
<!-- PowerShell 7.2.x -->
3030
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
31-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.17" />
31+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.18" />
3232
</ItemGroup>
3333

3434
<!-- Windows PowerShell 5.1 -->

0 commit comments

Comments
 (0)