Skip to content

0.1.0-preview.20073.1 Pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@sfoslund sfoslund released this 10 Feb 18:21
36be3f8

Changes

Fixed: #103, #105, #106, #107, #108, #109, #112

Installation Instructions:

On Windows:

  1. Download the msi file.
  2. Double click the msi file to install. There is no confirmation of installation success (we are working to improve this).
  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:

  1. Download the tar.gz file.
  2. Open terminal and change working directory to the directory with dotnet-core-uninstall.tar.gz.
  3. 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