Bump System.Management from 9.0.3 to 9.0.4

Bumps [System.Management](https://github.com/dotnet/runtime) from 9.0.3 to 9.0.4.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v9.0.3...v9.0.4)

---
updated-dependencies:
- dependency-name: System.Management
  dependency-version: 9.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-09 09:32:50 +00:00
committed by GitHub
parent da75ea97e5
commit 4413172ad2
@@ -162,7 +162,7 @@
<!-- Usage: Windows authentication plugin allowing searching for users by name -->
<PackageReference Include="System.DirectoryServices.AccountManagement" Version="9.0.3" />
<!-- Usage: Identifying owning user of Windows Process objects -->
<PackageReference Include="System.Management" Version="9.0.3" />
<PackageReference Include="System.Management" Version="9.0.4" />
</ItemGroup>
<ItemGroup>