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 &&
|
||||
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"))
|
||||
|
|
Loading…
Add table
Reference in a new issue