Skip to content

Commit e5ca68d

Browse files
Bump Microsoft.PowerShell.SDK from 7.2.9 to 7.3.3 (#2002)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.9 to 7.3.3. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.9...v7.3.3) --- updated-dependencies: - dependency-name: Microsoft.PowerShell.SDK dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e9310f9 commit e5ca68d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

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

1515
<!-- Latest PowerShell -->
1616
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
17-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.2" />
17+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.3" />
1818
</ItemGroup>
1919

2020
<!-- PowerShell LTS -->
2121
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
22-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.9" />
22+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.10" />
2323
</ItemGroup>
2424

2525
<!-- Windows PowerShell 5.1 -->

0 commit comments

Comments
 (0)