6 references to GlobalProperties
dotnet-svcutil-lib (6)
Shared\MSBuildProj.cs (6)
896var depsFile = this.GlobalProperties.TryGetValue("Configuration", out var activeConfiguration) && !string.IsNullOrWhiteSpace(activeConfiguration) ? 977if (!this.GlobalProperties.Any(p => p.Key == "TargetFramework")) 979this.GlobalProperties["TargetFramework"] = this.TargetFrameworks.FirstOrDefault(); 982if (!this.GlobalProperties.Any(p => p.Key == "SdkVersion")) 984this.GlobalProperties["SdkVersion"] = this.SdkVersion; 993propertyTable = await _propertyResolver.EvaluateProjectPropertiesAsync(this.FullPath, this.TargetFramework, propertyNames, this.GlobalProperties, logger, cancellationToken).ConfigureAwait(false);