Skip to content

Commit

Permalink
Bump Microsoft.PowerShell.SDK and System.Management.Automation
Browse files Browse the repository at this point in the history
Bumps [Microsoft.PowerShell.SDK](https://github.com/PowerShell/PowerShell) and [System.Management.Automation](https://github.com/PowerShell/PowerShell). These dependencies needed to be updated together.

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2024
1 parent 949eb6e commit 9392209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PSRule.Monitor.Tests/PSRule.Monitor.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.4" />
<PackageReference Include="Microsoft.PowerShell.SDK" Version="7.4.5" />
<PackageReference Include="System.Management.Automation" Version="7.3.12" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
Expand Down

0 comments on commit 9392209

Please sign in to comment.