Merge branch 'troy-fix-path' into rel/1.0.0
This commit is contained in:
commit
0c31e53bfa
1 changed files with 3 additions and 3 deletions
|
@ -38,9 +38,9 @@ namespace Microsoft.Extensions.DependencyModel.Resolution
|
||||||
}
|
}
|
||||||
|
|
||||||
if (os == Platform.Darwin &&
|
if (os == Platform.Darwin &&
|
||||||
fileSystem.Directory.Exists("/Library/Framework/Mono.Framework/Versions/Current/lib/mono/xbuild-frameworks"))
|
fileSystem.Directory.Exists("/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/xbuild-frameworks"))
|
||||||
{
|
{
|
||||||
return "/Library/Framework/Mono.Framework/Versions/Current/lib/mono/xbuild-frameworks";
|
return "/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/xbuild-frameworks";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fileSystem.Directory.Exists("/usr/local/lib/mono/xbuild-frameworks"))
|
if (fileSystem.Directory.Exists("/usr/local/lib/mono/xbuild-frameworks"))
|
||||||
|
@ -56,4 +56,4 @@ namespace Microsoft.Extensions.DependencyModel.Resolution
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue