Skip to content

Commit ca83e0e

Browse files
Update Microsoft.PowerShell.SDK with workaround (#1973)
1 parent 824a57b commit ca83e0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414

1515
<!-- Latest PowerShell -->
1616
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
17-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.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" />
1820
</ItemGroup>
1921

2022
<!-- PowerShell LTS -->

0 commit comments

Comments
 (0)