Which version of .NET Core is installed

Turns out there’s a super easy command for seeing which version of .NET Core is installed on your desktop or server:

 dotnet --info

Comments

Popular posts from this blog

C# Record Serialization

Versioned content in MVC

Add timestamp to photo using ImageMagick