Skip to content

Commit ae0029e

Browse files
[main] Update dependencies from dotnet/command-line-api (#8395)
* Update dependencies from https://github.com/dotnet/command-line-api build 20250708.2 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25358.2 * Update dependencies from https://github.com/dotnet/command-line-api build 20250709.1 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25359.1 * Update dependencies from https://github.com/dotnet/command-line-api build 20250715.1 System.CommandLine From Version 2.0.0-beta7.25353.2 -> To Version 2.0.0-beta7.25365.1 * Fixup command line --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Wiktor Kopec <[email protected]>
1 parent f92f8d5 commit ae0029e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<Uri>https://github.com/dotnet/diagnostics</Uri>
1313
<Sha>fcaeae336c70cc9af2f7627c4b785c5eade0787f</Sha>
1414
</Dependency>
15-
<Dependency Name="System.CommandLine" Version="2.0.0-beta7.25353.2">
15+
<Dependency Name="System.CommandLine" Version="2.0.0-beta7.25365.1">
1616
<Uri>https://github.com/dotnet/command-line-api</Uri>
17-
<Sha>d9bee5fddf7de066002c13adcb5ecdfc566d83d0</Sha>
17+
<Sha>dbc3781d3398b69cd9ffe24f60a7b77110bdadbf</Sha>
1818
</Dependency>
1919
</ProductDependencies>
2020
<ToolsetDependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>9.0.1</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<VSRedistCommonAspNetCoreSharedFrameworkx6490Version>9.0.1-rtm.24610.9</VSRedistCommonAspNetCoreSharedFrameworkx6490Version>
5757
<!-- dotnet/command-line-api references -->
58-
<SystemCommandLineVersion>2.0.0-beta7.25353.2</SystemCommandLineVersion>
58+
<SystemCommandLineVersion>2.0.0-beta7.25365.1</SystemCommandLineVersion>
5959
<!-- dotnet/diagnostics references -->
6060
<MicrosoftDiagnosticsMonitoringVersion>9.0.0-preview.25370.1</MicrosoftDiagnosticsMonitoringVersion>
6161
<MicrosoftDiagnosticsMonitoringEventPipeVersion>9.0.0-preview.25370.1</MicrosoftDiagnosticsMonitoringEventPipeVersion>

src/Tools/dotnet-monitor/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private static Command GenerateApiKeyCommand()
2727
GenerateApiKeyCommandHandler.Invoke(
2828
result.GetValue(OutputOption),
2929
result.GetValue(ExpirationOption),
30-
result.Configuration.Output);
30+
result.InvocationConfiguration.Output);
3131
});
3232

3333
return command;

0 commit comments

Comments
 (0)