5 references to NetCoreRoot
Microsoft.NET.Build.Tasks (5)
ProcessFrameworkReferences.cs (5)
1128
if (!string.IsNullOrEmpty(
NetCoreRoot
) && !string.IsNullOrEmpty(NETCoreSdkVersion))
1130
AbsolutePath netCoreRoot = TaskEnvironment.GetAbsolutePath(
NetCoreRoot
);
1191
string netCoreRoot = string.IsNullOrWhiteSpace(
NetCoreRoot
) ?
NetCoreRoot
: TaskEnvironment.GetAbsolutePath(
NetCoreRoot
);