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