Skip to content

Commit b8c2817

Browse files
Bump Microsoft.PowerShell.SDK from 7.2.10 to 7.3.4 (#2013)
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.10 to 7.3.4. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.2.10...v7.3.4) --- 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 9ec753d commit b8c2817

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), PowerShellEditorServices.Common.props))\PowerShellEditorServices.Common.props" />
33

44
<PropertyGroup>
@@ -14,12 +14,12 @@
1414

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

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

2525
<!-- Windows PowerShell 5.1 -->

0 commit comments

Comments
 (0)