wicked programmer
helping developers everywhere innovate and learn
  • Home
  • Events
  • Publications
  • Learning
  • About

General/ Learning

Daily Learning – Checking which version of .NET Core is installed

Wicked ProgrammerSeptember 8, 2018

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.

Related Posts

Count Coding Example-min

General /

Quality Issue #1 – Count vs. Count()

Learning /

Working with Azure Maps

bitarray-min

General /

Introducing BitArray serialization for Newtonsoft.Json and System.Text.Json

‹ Daily Learning – Fix your database project needing a reference to .NET Framework› Daily Learning – Injecting configuration for your ASP.NET Core application







Back to Top

© wicked programmer 2023