Skip to content

Commit

Permalink
Update Microsoft.PowerShell.SDK with workaround (#1973)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyleejordan authored Dec 15, 2022
1 parent 824a57b commit ca83e0e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@

<!-- Latest PowerShell -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.0" />
<!-- TODO: Remove this workaround with the 7.3.2 update. -->
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="7.0.0-preview.2.22152.2" NoWarn="NU1605" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.1" />
</ItemGroup>

<!-- PowerShell LTS -->
Expand Down

0 comments on commit ca83e0e

Please sign in to comment.