3 references to TargetFramework
Microsoft.Build (2)
BuildCheck\Checks\TargetFrameworkConfusionCheck.cs (2)
49context.Data.EvaluatedProperties.TryGetValue(PropertyNames.TargetFramework, out framework) && 50!context.Data.GlobalProperties.ContainsKey(PropertyNames.TargetFramework))
Microsoft.Build.Framework (1)
Constants.cs (1)
146internal const string TargetFramework = nameof(TargetFramework);