Skip to content

Commit e39613b

Browse files
Bump Microsoft.PowerShell.SDK from 7.2.2 to 7.2.3 (PowerShell#1775)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.2 to 7.2.3. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.2...v7.2.3) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac9a6ea commit e39613b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

Lines changed: 3 additions & 3 deletions
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.2" />
22+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.3" />
2323
</ItemGroup>
2424

25-
<!-- This is for testing PowerShell 7.0 LTS -->
25+
<!-- 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.9" />
27+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.0.10" />
2828
</ItemGroup>
2929

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

0 commit comments

Comments
 (0)