Skip to content

Commit

Permalink
Bump Microsoft.PowerShell.SDK from 7.3.4 to 7.3.5 (#2039)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 5, 2023
1 parent de8036d commit 36854aa
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
<ProjectReference Include="..\PowerShellEditorServices.Test.Shared\PowerShellEditorServices.Test.Shared.csproj" />
</ItemGroup>

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

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

<!-- Windows PowerShell 5.1 -->
Expand Down

0 comments on commit 36854aa

Please sign in to comment.