currently this tool uses
|
private static readonly string DotNetInstallPath = Path.Combine("/", "usr", "local", "share", "dotnet"); |
which is not always the case.
the dotnet install tool uses the environment variable DOTNET_INSTALL_DIR for the path and the uninstall tool should try to do the same.
currently this tool uses
cli-lab/src/dotnet-core-uninstall/MacOs/FileSystemExplorer.cs
Line 16 in ce01aea
the dotnet install tool uses the environment variable
DOTNET_INSTALL_DIRfor the path and the uninstall tool should try to do the same.