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