How to Install Dot Net core 3.1 on digital ocean and create c# console app
Check the ubuntu version by using this command
$ lsb_release -a
Let’s Add the Microsoft package signing key
$ wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
run th...
devnation.joshisfitness.com1 min read