You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue when a .NET Core 2.1 project is published for the generic runtime identifiers (win-x64, win-x86 and linux-x64), the FreeImage native library is not copied to the output directory.
According to the RID graph if a project is published for RID win-x64 it will not include win7-x64.
Is it possible to add versionless RIDs to the package?
The text was updated successfully, but these errors were encountered:
Need input / further research on genericising ubuntu.16.04-x64 and osx.10.10-x64 RIDs.
E.g. is it safe to just rename ubuntu.16.04-x64 to linux-x64, or is there something particularly Ubuntu 16.04 specific about this build of libfreeimage-3.17.0.so?
See matgr1/FreeImage-dotnet-core#12 (comment).
The text was updated successfully, but these errors were encountered: