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