1 write to NetCoreRoot
Microsoft.NET.Build.Tasks.UnitTests (1)
ProcessFrameworkReferencesTests.cs (1)
171
if (!string.IsNullOrEmpty(config.NetCoreRoot)) task.
NetCoreRoot
= config.NetCoreRoot;
4 references to NetCoreRoot
Microsoft.NET.Build.Tasks (4)
ProcessFrameworkReferences.cs (4)
1050
if (!string.IsNullOrEmpty(
NetCoreRoot
) && !string.IsNullOrEmpty(NETCoreSdkVersion))
1052
if (WorkloadFileBasedInstall.IsUserLocal(
NetCoreRoot
, NETCoreSdkVersion) &&
1112
var manifestProvider = new SdkDirectoryWorkloadManifestProvider(
NetCoreRoot
, NETCoreSdkVersion, userProfileDir, globalJsonPath);
1113
return WorkloadResolver.Create(manifestProvider,
NetCoreRoot
, NETCoreSdkVersion, userProfileDir);