We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4e37b commit 8f51671Copy full SHA for 8f51671
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -16,12 +16,12 @@
16
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
17
<!-- TODO: Remove this workaround with the 7.3.2 update. -->
18
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-preview.2.22152.2" NoWarn="NU1605" />
19
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.1" />
+ <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.2" />
20
</ItemGroup>
21
22
<!-- PowerShell LTS -->
23
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
24
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
25
26
27
<!-- Windows PowerShell 5.1 -->
0 commit comments