Skip to content

Commit adac9e5

Browse files
Bump Microsoft.PowerShell.SDK from 7.2.6 to 7.2.7 (#1934)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.6 to 7.2.7. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.6...v7.2.7) --- 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 d945e84 commit adac9e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919

2020
<!-- This is for testing PowerShell 7.2 LTS -->
2121
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
22-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.6" />
22+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.7" />
2323
</ItemGroup>
2424

2525
<!-- This is for testing PowerShell 7.0 LTS and so needs to be 7.0.x -->
2626
<ItemGroup Condition=" '$(TargetFramework)' == 'netcoreapp3.1' ">
27-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.12" />
27+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.13" />
2828
</ItemGroup>
2929

3030
<ItemGroup Condition=" '$(TargetFramework)' == 'net462' ">

0 commit comments

Comments
 (0)