2 references to BuildFrameworkOptionDescription
dotnet-watch (1)
CommandLine\DotnetWatchCommandDefinition.cs (1)
25
Description = CommandDefinitionStrings.
BuildFrameworkOptionDescription
,
Microsoft.DotNet.Cli.Definitions (1)
Commands\Build\BuildCommandDefinition.cs (1)
50
public readonly Option<string> FrameworkOption = CommonOptions.CreateFrameworkOption(CommandDefinitionStrings.
BuildFrameworkOptionDescription
);