Daily Learning – Checking which version of .NET Core is installed
Recently I had an issue where I did not have the latest version of .NET Core installed. To check which versions I had installed I used the following command:
[themify_box color=”light-yellow”]dotnet –info | more[/themify_box]
After verifying I did not have the latest version of .NET Core installed, I went to https://aka.ms/dotnet-download and downloaded the latest version. Problem solved.