3 references to TargetFrameworks
Microsoft.Build (2)
BuildCheck\Checks\TargetFrameworkConfusionCheck.cs (1)
48if (context.Data.EvaluatedProperties.TryGetValue(PropertyNames.TargetFrameworks, out frameworks) &&
BuildCheck\Checks\TargetFrameworkUnexpectedCheck.cs (1)
54if ((context.Data.EvaluatedProperties.TryGetValue(PropertyNames.TargetFrameworks, out frameworks) ||
Microsoft.Build.Framework (1)
Constants.cs (1)
145internal const string TargetFrameworks = nameof(TargetFrameworks);