2 references to TargetFrameworkVersion
dotnet-watch (2)
Build\BuildNames.cs (1)
14
public const string TargetFrameworkVersion = nameof(
TargetFrameworkVersion
);
Build\ProjectGraphUtilities.cs (1)
86
=> EnvironmentVariableNames.TryParseTargetFrameworkVersion(projectNode.ProjectInstance.GetPropertyValue(PropertyNames.
TargetFrameworkVersion
));