How to Update .Net Core On a Windows 10 Machine

In this blog post, I will show you how to update .NET Core on Windows 10 machine to the latest version which is 2.2.104.

Check Current version

To get started, I will check the current installed version on my Windows 10 machine using the following command.

dotnet --version

Update

To update to the latest .NET Core version, use the following link to download the installer and start the installation.

Many people asked me if there is a way to install the latest .NET Core version using a PowerShell command or using a command and the answer is no.

The only way to update .NET Core is by downloading and installing the installer.

https://aka.ms/dotnet-download

The installation process takes a few minutes to complete.

After the installation proccess is completed, I can check the installed version and see that it was updated to the latest version.


Posted

in

by