5 references to RuntimesFromProjectFile
dotnet (5)
Commands\Build\BuildCommandParser.cs (1)
15command.TargetPlatformOptions.RuntimeOption.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Publish\PublishCommandParser.cs (1)
16command.TargetPlatformOptions.RuntimeOption.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Restore\RestoreCommandParser.cs (1)
13command.TargetPlatformOptions.RuntimeOption.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Run\RunCommandParser.cs (1)
16command.TargetPlatformOptions.RuntimeOption.AddCompletions(CliCompletion.RuntimesFromProjectFile);
Commands\Test\TestCommandParser.cs (1)
14command.TargetPlatformOptions.RuntimeOption.AddCompletions(CliCompletion.RuntimesFromProjectFile);