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