4 references to TargetFramework
Microsoft.Build (3)
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)) &&
Microsoft.Build.Framework (1)
MSBuildConstants.cs (1)
152internal const string TargetFramework = nameof(TargetFramework);