Skip to content

Commit 4d13e40

Browse files
Bump System.Management from 9.0.3 to 9.0.4 in /AuthenticatorChooser (#19)
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](dotnet/runtime@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e039f4e commit 4d13e40

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

AuthenticatorChooser/AuthenticatorChooser.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<PackageReference Include="McMaster.Extensions.CommandLineUtils" Version="4.1.1" />
2929
<PackageReference Include="mwinapi" Version="0.3.0.5" />
3030
<PackageReference Include="NLog" Version="5.4.0" />
31-
<PackageReference Include="System.Management" Version="9.0.3" />
31+
<PackageReference Include="System.Management" Version="9.0.4" />
3232
<PackageReference Include="ThrottleDebounce" Version="2.0.1" />
3333
<PackageReference Include="Workshell.PE.Resources" Version="4.0.0.147" />
3434
</ItemGroup>

AuthenticatorChooser/packages.lock.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"System.Management": {
3030
"type": "Direct",
31-
"requested": "[9.0.3, )",
32-
"resolved": "9.0.3",
33-
"contentHash": "Wsb47+pRN1xnCxKOXcj+80FZ5OYQK2Dr8nnS8CHS1LVB+MXdzyK90sEmDYs/ux+btrxpE1N56FZo5rDbzpd1HA==",
31+
"requested": "[9.0.4, )",
32+
"resolved": "9.0.4",
33+
"contentHash": "MfY9+SrkSvchAoFiChTkhQYCAjBaQQ9u3LwiKmho7oTbujucnxCzORlPgLhId/ChLSptsQ/1UmtPGLZaKYVdsA==",
3434
"dependencies": {
35-
"System.CodeDom": "9.0.3"
35+
"System.CodeDom": "9.0.4"
3636
}
3737
},
3838
"ThrottleDebounce": {
@@ -58,8 +58,8 @@
5858
},
5959
"System.CodeDom": {
6060
"type": "Transitive",
61-
"resolved": "9.0.3",
62-
"contentHash": "KeFk4+is5IB3FCjFmPjtFYaTSYhFA/l6ZOeWBQo6CVVQchpvl6vv+3kPPfNttkEoA/Gq78FsJFMu4Eej/ln44Q=="
61+
"resolved": "9.0.4",
62+
"contentHash": "aJdv7Z87PoPW8ijvGIincocooYRbH3Umtlz7OrJKf6GDInbdu1bvk5X1fFlmbl7WP+9ntoIBd7NjKz+siVFdHA=="
6363
},
6464
"System.ComponentModel.Annotations": {
6565
"type": "Transitive",
@@ -83,11 +83,11 @@
8383
"net8.0-windows7.0/win-arm64": {
8484
"System.Management": {
8585
"type": "Direct",
86-
"requested": "[9.0.3, )",
87-
"resolved": "9.0.3",
88-
"contentHash": "Wsb47+pRN1xnCxKOXcj+80FZ5OYQK2Dr8nnS8CHS1LVB+MXdzyK90sEmDYs/ux+btrxpE1N56FZo5rDbzpd1HA==",
86+
"requested": "[9.0.4, )",
87+
"resolved": "9.0.4",
88+
"contentHash": "MfY9+SrkSvchAoFiChTkhQYCAjBaQQ9u3LwiKmho7oTbujucnxCzORlPgLhId/ChLSptsQ/1UmtPGLZaKYVdsA==",
8989
"dependencies": {
90-
"System.CodeDom": "9.0.3"
90+
"System.CodeDom": "9.0.4"
9191
}
9292
},
9393
"Microsoft.Win32.SystemEvents": {
@@ -107,11 +107,11 @@
107107
"net8.0-windows7.0/win-x64": {
108108
"System.Management": {
109109
"type": "Direct",
110-
"requested": "[9.0.3, )",
111-
"resolved": "9.0.3",
112-
"contentHash": "Wsb47+pRN1xnCxKOXcj+80FZ5OYQK2Dr8nnS8CHS1LVB+MXdzyK90sEmDYs/ux+btrxpE1N56FZo5rDbzpd1HA==",
110+
"requested": "[9.0.4, )",
111+
"resolved": "9.0.4",
112+
"contentHash": "MfY9+SrkSvchAoFiChTkhQYCAjBaQQ9u3LwiKmho7oTbujucnxCzORlPgLhId/ChLSptsQ/1UmtPGLZaKYVdsA==",
113113
"dependencies": {
114-
"System.CodeDom": "9.0.3"
114+
"System.CodeDom": "9.0.4"
115115
}
116116
},
117117
"Microsoft.Win32.SystemEvents": {

0 commit comments

Comments
 (0)