How to find Microsoft .NET "CORE" Framework Version Installed?

How to find Microsoft .NET "CORE" Framework Version Installed?


  • Press Windows + R
  • Type cmd
  • On the command prompt, type dotnet --version

dotnet --version
If the .NET Core is installed, we should not get any error in the above steps.

Comments

Popular posts from this blog

Error : ID4243: Could not create a SecurityToken.

MVC - Looping through the model properties from cshtml