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