Releases: dotnet/cli-lab
Releases · dotnet/cli-lab
0.1.0-preview.19524.4 Pre-release
On Windows:
- Download the msi file.
- Double click the msi file to install. There is no confirmation of installation success (we are working to improve this).
- Open a new command prompt.
- Check out the docs at https://aka.ms/dotnet-core-uninstall-docs
- Run the tool by using
dotnet-core-uninstall
. - If you accidentally mess up your Visual Studio installation, use "Repair" in the Visual Studio installer.
On macOS:
- Download the tar.gz file.
- 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