Hi,
How do I get the .netcore runtime 3.1 version to download to Linux. I tried downloading from:
https://dotnet.microsoft.com/en-us/download/dotnet/3.1
but I realized it's the ASPNET version that gets downloaded. I don't need the ASPNET version since mine is a console application.
Or does it not matter? Can I use the ASPNET .net core 3.1 version to run my console application executable on Linux?
Appreciate any suggestions.