2 references to CurrentRuntimeOption
dotnet (2)
Commands\Restore\RestoreCommandParser.cs (1)
143
yield return CommonOptions.
CurrentRuntimeOption
(CliCommandStrings.CmdCurrentRuntimeOptionDescription);
Commands\Store\StoreCommandParser.cs (1)
90
command.Options.Add(CommonOptions.
CurrentRuntimeOption
(CliCommandStrings.CurrentRuntimeOptionDescription));