pr feedback
This commit is contained in:
parent
0553b7c67e
commit
069092ff41
1 changed files with 7 additions and 4 deletions
|
@ -40,8 +40,11 @@ namespace Microsoft.DotNet.ProjectModel.Loader
|
|||
{
|
||||
NativeLibraryExtensions = new[] { ".so" };
|
||||
}
|
||||
else
|
||||
{
|
||||
NativeLibraryExtensions = new string[0];
|
||||
}
|
||||
}
|
||||
|
||||
public ProjectLoadContext(IDictionary<AssemblyName, string> assemblyPaths,
|
||||
IDictionary<string, string> nativeLibraries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue