7 references to TargetFramework
Microsoft.Build (6)
BuildCheck\Checks\TargetFrameworkConfusionCheck.cs (2)
50context.Data.EvaluatedProperties.TryGetValue(PropertyNames.TargetFramework, out framework) && 52!context.Data.GlobalProperties.ContainsKey(PropertyNames.TargetFramework))
BuildCheck\Checks\TargetFrameworkUnexpectedCheck.cs (1)
55context.Data.EvaluatedProperties.TryGetValue(PropertyNames.TargetFramework, out framework)) &&
Graph\ProjectInterpretation.cs (3)
217outerBuildProperties.Remove(PropertyNames.TargetFramework); 227string targetFrameworkValue = projectInstanceForDiscovery.GetPropertyValue(PropertyNames.TargetFramework); 234singleTargetProperties.Remove(PropertyNames.TargetFramework);
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
152internal const string TargetFramework = nameof(TargetFramework);