Skip to content

Commit 36854aa

Browse files
Bump Microsoft.PowerShell.SDK from 7.3.4 to 7.3.5 (#2039)
And from 7.2.11 to 7.2.12. Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.3.4 to 7.3.5. - [Release notes](https://github.com/PowerShell/PowerShell/releases) - [Commits](PowerShell/PowerShell@v7.3.4...v7.3.5) --- 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 de8036d commit 36854aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/PowerShellEditorServices.Test/PowerShellEditorServices.Test.csproj

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
<ProjectReference Include="..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
1717
</ItemGroup>
1818

19-
<!-- Latest PowerShell -->
19+
<!-- Latest PowerShell i.e. 7.3.x -->
2020
<ItemGroup Condition=" '$(TargetFramework)' == 'net7.0' ">
21-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.4" />
21+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.5" />
2222
</ItemGroup>
2323

24-
<!-- PowerShell LTS -->
24+
<!-- PowerShell LTS i.e. 7.2.x -->
2525
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
26-
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.11" />
26+
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.12" />
2727
</ItemGroup>
2828

2929
<!-- Windows PowerShell 5.1 -->

0 commit comments

Comments
 (0)