Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article applies to: ✔️ .NET Uninstall Tool 1.7.521001 and later versions
Name
dotnet-core-uninstall list - List .NET SDKs or runtimes that can be removed with this tool.
Synopsis
dotnet-core-uninstall list [--aspnet-runtime] [--hosting-bundle]
[--runtime] [--sdk] [-v|--verbosity <LEVEL>] [--x64] [--x86]
dotnet-core-uninstall list -?|-h|--help
dotnet-core-uninstall list [--runtime] [--sdk] [-v|--verbosity <LEVEL>]
dotnet-core-uninstall list -?|-h|--help
Description
The dotnet-core-uninstall list command lists installed .NET SDKs or runtimes that can be removed with this tool. For more information about the limitations of this tool, see .NET uninstall tool overview.
Options
--aspnet-runtimeLists all the ASP.NET Core runtimes that can be uninstalled with this tool.
--hosting-bundleLists all the .NET hosting bundles that can be uninstalled with this tool.
--runtimeLists all the .NET runtimes that can be uninstalled with this tool.
--sdkLists all the .NET SDKs that can be uninstalled with this tool.
-v, --verbosity <LEVEL>Sets the verbosity level. The default value is
normal. Allowed values are:q[uiet]m[inimal]n[ormal]d[etailed]diag[nostic].
--x64Lists all the x64 .NET SDKs and runtimes that can be uninstalled with this tool.
--x86Lists all the x86 .NET SDKs and runtimes that can be uninstalled with this tool.
-?|-h|--helpShows help and usage information
Examples
List all the .NET SDKs and runtimes that can be removed with this tool:
dotnet-core-uninstall listList all the x64 .NET SDKs and runtimes:
dotnet-core-uninstall list --x64List all the x86 .NET SDKs:
dotnet-core-uninstall list --sdk --x86