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)
Constants.cs (1)
155internal const string TargetFramework = nameof(TargetFramework);