Skip to content

1.7.521001

Latest
Compare
Choose a tag to compare
@baronfel baronfel released this 22 Apr 20:32
2cd7c9a

Changes

  • #268 updated the tool to allow managing .NET 8 Runtimes and SDKs
  • #278 updated our dependency on Wix, which generates our MSI
  • #280 updated the tool to target the .NET 8 Runtime
  • #281 and #282 fixed some gaps in the way we signed the DLLs and MSI for the tool

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