3 references to TargetFramework
dotnet-watch (3)
Build\BuildNames.cs (1)
8public const string TargetFramework = nameof(TargetFramework);
Build\EvaluationResult.cs (1)
97if (projectInstance.GetPropertyValue(PropertyNames.TargetFramework) == "")
Build\ProjectGraphUtilities.cs (1)
80=> projectNode.ProjectInstance.GetPropertyValue(PropertyNames.TargetFramework);