Can i run .Net 8 runtime on CentOS?
I want to deploy a .net core app with .net 8 on a linux VPS that is running CentOS V7.9. I can’t find any way to install .net 8 runtime.
Is there any other way of hosting a .net 8 app on that kind of server or a way to install the necessary runtime?
Also am I missing something in my way of going about it?