Closed
Description
I am referencing the libLLVM 8.0 nuget package from a .NET standard 2.0 which is referenced by a .NET Core 2.0 as well as a .NET Framework 4.7.1 project. In both cases the libLLVM is not copied to the output folder.
Even if I reference the libLLVM.runtime.win-x64 Nuget package directly libLLVM.dll is not copied. Currently the only way to make it work is referencing libLLVM.dll from the nuget folder and set "Copy if newer".
Is there anything I am missing? Is the libLLVM 8.0 Nuget package supposed to copy the correct runtime library automatically?
Metadata
Metadata
Assignees
Labels
No labels