This answer is no longer up to date.
I built a C# application using .NET core and it runs on Linux.
My question is, what libraries or existing frameworks (such as .NET core) are required to run this application on Linux or can I somehow distribute my application to multiple platforms and have it "just work".
The app I created, called ConsoleApp1
shows the following directory structure:
But I am not sure what is required to allow the binary application to work.
Does some sort of runtime need to be installed?