We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Microsoft.PowerShell.SDK
1 parent 824a57b commit ca83e0eCopy full SHA for ca83e0e
test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj
@@ -14,7 +14,9 @@
14
15
<!-- Latest PowerShell -->
16
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
17
- <PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.0" />
+ <!-- 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" />
20
</ItemGroup>
21
22
<!-- PowerShell LTS -->
0 commit comments