I tried to deploy a .net 5 app to HEROKU. App was built, but than I saw this in logs:
No usable version of libssl was found Process exited with status 134 State changed from starting to crashed State changed from crashed to starting
As I understand this problem is related to the fact that I use cryptographic in the project(to encrypt passwords), but i didn't understand how to fix it.