I am running ubunut and trying to compile a standalone app to run on awslambda which is a different version of linux. The native param is no longer avail??? how do i compile from command line so that i can upload the self contained executable and not have
to use dotnet .... or have dotnet core installed on the host machine?? I'm hopting there is just something i am missing to get this console app to run on another linux machine (aws lambda) that can not install doetnet core. I am getting this error from lambda
when i try to execute it:
"errorMessage": "Command failed: /bin/sh -c ./hwapp.dll\n/bin/sh: ./hwapp.dll: cannot execute binary file\n",