github dotnet/cli-lab 1.6.0

latest releases: 1.7.618124, 1.7.550802, 1.7.521001...
2 years ago

Changes

  • #235 allows management of .NET 7 releases of the .NET SDK
  • Various dependency updates to stay ahead of component governance

Warning

The Windows MSI for this release has a packaging bug that causes upgrades from this version to be faulty. For this reason, we recommend uninstalling this 1.6.0 release before installing new versions on Windows.

Installation Instructions:

On Windows:

  1. Download the msi file below.
  2. Double click the msi file to install.
  3. Open a new command prompt.
  4. Check out the docs at https://aka.ms/dotnet-core-uninstall-docs
  5. Run the tool by using dotnet-core-uninstall.
  6. If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.

On macOS:

Download the tar.gz file below.
Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
Use the following commands to install the tool and show help:

mkdir -p ~/dotnet-core-uninstall
tar -zxf dotnet-core-uninstall.tar.gz -C ~/dotnet-core-uninstall
cd ~/dotnet-core-uninstall
./dotnet-core-uninstall -h

Don't miss a new cli-lab release

NewReleases is sending notifications on new releases.