Skip to content

Commit

Permalink
build(deps): Bump the dev-powershell group with 2 updates (Azure#3145)
Browse files Browse the repository at this point in the history
Bumps the dev-powershell group with 2 updates: [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) and [System.Management.Automation](https://github.com/PowerShell/PowerShell).


Updates `Microsoft.PowerShell.SDK` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.5...v7.4.6)

Updates `System.Management.Automation` from 7.4.5 to 7.4.6
- [Release notes](https://github.com/PowerShell/PowerShell/releases)
- [Commits](PowerShell/PowerShell@v7.4.5...v7.4.6)

---
updated-dependencies:
- dependency-name: Microsoft.PowerShell.SDK
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-powershell
- dependency-name: System.Management.Automation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-powershell
...

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 Oct 23, 2024
1 parent e8e19d5 commit 27594ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.5" />
<PackageReference Include="System.Management.Automation" Version="7.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
<PackageReference Include="System.Management.Automation" Version="7.4.6" />
<PackageReference Include="Microsoft.Extensions.CommandLineUtils" Version="1.1.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.5" />
<PackageReference Include="System.Management.Automation" Version="7.4.5" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.6" />
<PackageReference Include="System.Management.Automation" Version="7.4.6" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down

0 comments on commit 27594ca

Please sign in to comment.