docs icon indicating copy to clipboard operation
docs copied to clipboard

Is not working with dotnet 8 or above

Open mwardell-Katmai opened this issue 1 year ago • 1 comments

Type of issue

Typo

Description

[Enter feedback here]

Page URL

https://learn.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=windows

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/additional-tools/uninstall-tool.md

Document Version Independent Id

3145ef37-2a19-e3ca-ba78-95c2f1a41a6b

Article author

@sfoslund

Metadata

  • ID: 289d3b2b-8b21-d0a0-10fa-9a8b3fdb62ce
  • Service: dotnet-fundamentals

mwardell-Katmai avatar Jan 11 '24 21:01 mwardell-Katmai

this tool cannot remove dotnet 8 - documentation should say so % ./dotnet-core-uninstall list

This tool cannot uninstall versions of the runtime or SDK that are installed using zip/scripts. The versions that can be uninstalled with this tool are:

.NET Core SDKs: 8.0.100 (arm64) [Cannot uninstall version 8.0.0 and above]
7.0.403 (arm64) [Used by Visual Studio for Mac. Specify individually or use —-force to remove] 7.0.310 (arm64)
7.0.309 (arm64)
7.0.308 (arm64)
7.0.307 (arm64)
7.0.306 (arm64)
6.0.417 (arm64)
6.0.416 (arm64)
6.0.415 (arm64)
6.0.414 (arm64)
6.0.413 (arm64)
6.0.412 (arm64)

.NET Core Runtimes: 8.0.0 (arm64) [Cannot uninstall version 8.0.0 and above]
7.0.9 (arm64)
7.0.13 (arm64) [Used by Visual Studio for Mac or SDKs. Specify individually or use —-force to remove] 7.0.12 (arm64)
7.0.11 (arm64)
7.0.10 (arm64)
6.0.25 (arm64) [Used by Visual Studio for Mac or SDKs. Specify individually or use —-force to remove] 6.0.24 (arm64)
6.0.23 (arm64)
6.0.22 (arm64)
6.0.21 (arm64)
6.0.20 (arm64)

mwardell-Katmai avatar Jan 11 '24 21:01 mwardell-Katmai

The version of the tool released a few weeks ago adds support for .NET 8

adegeo avatar May 14 '24 16:05 adegeo