How to Update .Net Core On a Windows 10 Machine

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

Updating .NET Core on a Windows 10 machine is a straightforward process that ensures your development environment remains secure and efficient with the latest features and performance improvements.

Whether you’re a seasoned developer or just starting out, keeping your .NET Core installation up-to-date is crucial.

Here’s a comprehensive guide to help you through the update process.

Check Current version

I will check the currently installed version on my Windows 10 machine using the following command.

Update

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

Many people have asked me if there is a way to install the latest .NET Core version using a PowerShell command or 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 I finish the installation process, I will check the version again.

Update Visual Studio (Optional)

If you are using Visual Studio as your IDE, you might need to update it as well to support the latest version of .NET Core.

  1. Open Visual Studio.
  2. Go to Help > Check for Updates.
  3. If updates are available, follow the prompts to install them.