Skip to content

Commit

Permalink
Bump System.Management from 9.0.0 to 9.0.1 in /AuthenticatorChooser
Browse files Browse the repository at this point in the history
Bumps [System.Management](https://github.com/dotnet/runtime) from 9.0.0 to 9.0.1.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](dotnet/runtime@v9.0.0...v9.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Aldaviva committed Jan 20, 2025
1 parent c9f67c0 commit 3cfe330
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion AuthenticatorChooser/AuthenticatorChooser.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
<PackageReference Include="mwinapi" Version="0.3.0.5" />
<PackageReference Include="NLog" Version="5.3.4" />
<PackageReference Include="System.Management" Version="9.0.0" />
<PackageReference Include="System.Management" Version="9.0.1" />
<PackageReference Include="ThrottleDebounce" Version="2.0.0" />
<PackageReference Include="Workshell.PE.Resources" Version="4.0.0.147" />
</ItemGroup>
Expand Down
28 changes: 14 additions & 14 deletions AuthenticatorChooser/packages.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
},
"System.Management": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"requested": "[9.0.1, )",
"resolved": "9.0.1",
"contentHash": "CLEo9O6FuO4GQ3ZQkGssg9CJ2w2TN7GMFf3wHTc7YVWJV4xoyJRPw+XIDQnCcSUJCrHhrAWOO60cAX29EV5LFQ==",
"dependencies": {
"System.CodeDom": "9.0.0"
"System.CodeDom": "9.0.1"
}
},
"ThrottleDebounce": {
Expand All @@ -58,8 +58,8 @@
},
"System.CodeDom": {
"type": "Transitive",
"resolved": "9.0.0",
"contentHash": "oTE5IfuMoET8yaZP/vdvy9xO47guAv/rOhe4DODuFBN3ySprcQOlXqO3j+e/H/YpKKR5sglrxRaZ2HYOhNJrqA=="
"resolved": "9.0.1",
"contentHash": "2J5uq+2smnj+u1jlyVJ6BGGqaK9fHcK/EwN7mbsuPqTI6dZr86br8Cg6o/5B+icQ9ANTvTDpJjnhDNtYYZijHQ=="
},
"System.ComponentModel.Annotations": {
"type": "Transitive",
Expand All @@ -83,11 +83,11 @@
"net8.0-windows7.0/win-arm64": {
"System.Management": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"requested": "[9.0.1, )",
"resolved": "9.0.1",
"contentHash": "CLEo9O6FuO4GQ3ZQkGssg9CJ2w2TN7GMFf3wHTc7YVWJV4xoyJRPw+XIDQnCcSUJCrHhrAWOO60cAX29EV5LFQ==",
"dependencies": {
"System.CodeDom": "9.0.0"
"System.CodeDom": "9.0.1"
}
},
"Microsoft.Win32.SystemEvents": {
Expand All @@ -107,11 +107,11 @@
"net8.0-windows7.0/win-x64": {
"System.Management": {
"type": "Direct",
"requested": "[9.0.0, )",
"resolved": "9.0.0",
"contentHash": "bVh4xAMI5grY5GZoklKcMBLirhC8Lqzp63Ft3zXJacwGAlLyFdF4k0qz4pnKIlO6HyL2Z4zqmHm9UkzEo6FFsA==",
"requested": "[9.0.1, )",
"resolved": "9.0.1",
"contentHash": "CLEo9O6FuO4GQ3ZQkGssg9CJ2w2TN7GMFf3wHTc7YVWJV4xoyJRPw+XIDQnCcSUJCrHhrAWOO60cAX29EV5LFQ==",
"dependencies": {
"System.CodeDom": "9.0.0"
"System.CodeDom": "9.0.1"
}
},
"Microsoft.Win32.SystemEvents": {
Expand Down

0 comments on commit 3cfe330

Please sign in to comment.