How to uninstall .NET Core 1.0.0 from mac? -


i installed .net core 1.0.0 on mac microsoft .net core installation site. want uninstall it. not find steps online. please help.

there uninstall script mentioned in rc1/rc2 upgrade roadmap document (note haven't tried myself, i'd start):

windows

on windows, use add/remove programs in control panel remove previous versions of .net core bits. please note have changed name appears in add/remove programs ".net core cli" ".net core sdk"; please use latter search installed versions remove.

ubuntu

in order make life easier, have created script cleaning versions of .net core machine. can script https://github.com/dotnet/cli/blob/rel/1.0.0/scripts/obtain/uninstall/dotnet-uninstall-debian-packages.sh. please note remove , previous versions, means machine cleaned of .net core bits. script needs elevated privileges, needs run under sudo.

os x

in order make life easier, have created script cleaning versions of .net core machine. can script https://github.com/dotnet/cli/blob/rel/1.0.0/scripts/obtain/uninstall/dotnet-uninstall-pkgs.sh. please note remove , previous versions, means machine cleaned of .net core bits. script needs elevated privileges, needs run under sudo.


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -