5 references to TargetFrameworkKey
dotnet-svcutil-lib (5)
CommandProcessorOptions.cs (2)
88public readonly CommandSwitch TargetFramework = new CommandSwitch(TargetFrameworkKey, "tf", SwitchType.SingletonValue, OperationalContext.Global); 682using (SafeLogger logger = await SafeLogger.WriteStartOperationAsync(this.Logger, $"Resolving {TargetFrameworkKey} option ...").ConfigureAwait(false))
Shared\Options\UpdateOptions.cs (3)
45public FrameworkInfo TargetFramework { get { return GetValue<FrameworkInfo>(TargetFrameworkKey); } set { SetValue(TargetFrameworkKey, value); } } 65new SingleValueOption<FrameworkInfo>(TargetFrameworkKey),