Skip to content

Commit 3938982

Browse files
Bump Microsoft.PowerShell.SDK from 7.3.1 to 7.3.2 (#1986)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.3.1 to 7.3.2. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.3.1...v7.3.2) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab4e37b commit 3938982

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+2-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,12 @@
1414

1515
<!-- Latest PowerShell -->
1616
<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" />
17+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.2" />
2018
</ItemGroup>
2119

2220
<!-- PowerShell LTS -->
2321
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
24-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
22+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.9" />
2523
</ItemGroup>
2624

2725
<!-- Windows PowerShell 5.1 -->

0 commit comments

Comments
 (0)