3 references to FrameworkOption
dotnet (3)
Commands\Hidden\Add\Reference\AddReferenceCommandParser.cs (1)
26
command.Options.Add(ReferenceAddCommandParser.
FrameworkOption
);
Commands\Reference\Add\ReferenceAddCommand.cs (1)
30
var frameworkString = _parseResult.GetValue(ReferenceAddCommandParser.
FrameworkOption
);
Commands\Reference\Add\ReferenceAddCommandParser.cs (1)
45
command.Options.Add(
FrameworkOption
);