Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set IncludeNativeLibrariesForSelfExtract to true for linux-x64
NET does not embed Linux native libraries, e.g., .so (shard object) files, into the single executable as they are not .dll files. We can get around this issue by setting IncludeNativeLibrariesForSelfExtract to true so that native libraries are automatically extracted to a folder at start up. https://learn.microsoft.com/en-us/dotnet/core/deploying/single-file/overview?tabs=cli#native-libraries
- Loading branch information