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 and andyleejordan committed Jul 5, 2023
1 parent 6b94e33 commit 63a8c22
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 63a8c22

Please sign in to comment.