4 references to FrameworkOption
dotnet (3)
Commands\Reference\Remove\ReferenceRemoveCommand.cs (3)
65_parseResult.GetValue(Definition.FrameworkOption), 78if (!string.IsNullOrEmpty(_parseResult.GetValue(Definition.FrameworkOption))) 80throw new GracefulException(CliCommandStrings.InvalidOptionForFileBasedApp, Definition.FrameworkOption.Name);
Microsoft.DotNet.Cli.Definitions (1)
Commands\Reference\ReferenceRemoveCommandDefinition.cs (1)
50Options.Add(FrameworkOption);