Skip to content

Commit

Permalink
Bump Microsoft.PowerShell.SDK from 7.2.11 to 7.3.5
Browse files Browse the repository at this point in the history
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) from 7.2.11 to 7.3.5.
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.2.11...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]>
  • Loading branch information
dependabot[bot] authored Jul 3, 2023
1 parent 6b94e33 commit 12e8564
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

<!-- Latest PowerShell -->
<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 -->
<ItemGroup Condition=" '$(TargetFramework)' == 'net6.0' ">
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.2.11" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.3.5" />
</ItemGroup>

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

0 comments on commit 12e8564

Please sign in to comment.