Open Ptkatz opened 3 months ago
It's not possible with PublishAotCross. You can do it with regular .net build but it's not recommend: https://github.com/dotnet/runtime/blob/9fe8c95c890b0e68c77c7970f8413b1375afe18f/src/coreclr/nativeaot/docs/compiling.md#L72
My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program?