I'm setting up my server for hosting a .Net Core API.
Along with installing MySQL and Nginx I'll be needing to install a dotnet package. The Home page of this site and all other tutorials specify to install dotnet-sdk, but this will be for deployment, not development so it doesn't not make sense to install
the SDK.
Upon looking for the runtime package and install that instead, I noticed the other two packages in the repository for Ubuntu 16.04.
What are the differences between these packages? There seems to be no official documentation for this, at least that I'm aware of.