diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd90d64abb0..98fe30276f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -12,9 +12,9 @@ https://github.com/dotnet/diagnostics c3c57bbd7ce6950087b2e99be7a1a1170cf94923 - + https://github.com/dotnet/command-line-api - d9bee5fddf7de066002c13adcb5ecdfc566d83d0 + dbc3781d3398b69cd9ffe24f60a7b77110bdadbf diff --git a/eng/Versions.props b/eng/Versions.props index aa7a0b0279b..fd942e206b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 9.0.1 9.0.1-rtm.24610.9 - 2.0.0-beta7.25353.2 + 2.0.0-beta7.25365.1 9.0.0-preview.25362.1 9.0.0-preview.25362.1 diff --git a/src/Tools/dotnet-monitor/Program.cs b/src/Tools/dotnet-monitor/Program.cs index 2547446eba4..3a9b7b1f0b9 100644 --- a/src/Tools/dotnet-monitor/Program.cs +++ b/src/Tools/dotnet-monitor/Program.cs @@ -27,7 +27,7 @@ private static Command GenerateApiKeyCommand() GenerateApiKeyCommandHandler.Invoke( result.GetValue(OutputOption), result.GetValue(ExpirationOption), - result.Configuration.Output); + result.InvocationConfiguration.Output); }); return command;