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

Add timestamp to photo using ImageMagick

Read/write large blob to SQL Server from C#