We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
My C# project prompts that libssl is needed after Native AOT compilation, so how can I link libssl into the program?
The text was updated successfully, but these errors were encountered: