1 write to TargetFramework
dotnet-svcutil-lib (1)
CommandProcessorOptions.cs (1)
702ProcessToolArg(() => this.TargetFramework = TargetFrameworkHelper.GetValidFrameworkInfo(targetFrameworkMoniker));
6 references to TargetFramework
dotnet-svcutil-lib (6)
Bootstrapper\SvcutilBootstrapper.cs (1)
110bool isSupportedTFM = TargetFrameworkHelper.IsSupportedFramework(this.Options.TargetFramework.FullName, out var frameworkInfo);
CommandProcessorOptions.cs (4)
591this.RequiresBoostrapping = SvcutilBootstrapper.RequiresBootstrapping(this.TargetFramework, this.References); 610bool resolveReferences = this.Project != null && this.TargetFramework.IsDnx && this.NoBootstrapping != true && this.TypeReuseMode != Svcutil.TypeReuseMode.None && 670if (this.TargetFramework == null) 705AppSettings.Initialize(this.TargetFramework);
Tool.cs (1)
180{ "TargetFramework", options?.TargetFramework?.FullName },