基本环境说明
- macOS Mojave 10.14.5
- .NET Core 2.2.107 –> 2.2.301
一、移除 .NET Core 相关 pkgs
- 在【命令终端】依次输入或粘贴以下命令,按回车键。
pkgutil --pkgs | grep com.microsoft.dotnet | xargs -n 1 sudo pkgutil --forget
二、移除 dotnet 相关档案及工具
sudo rm -rf /usr/local/share/dotnet && sudo rm -f /etc/paths.d/dotnet && sudo rm -f /etc/paths.d/dotnet-cli-tools
网友评论