-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dotnet tool update did not install the latest version #43089
Comments
reproducible from dotnet 9 GA build
|
The behavior of Steps to reproduce:
The second step is wrong because there is a newer prerelease version here |
works in 9.0.101 |
It still does not work. I created the new issue: #45370 |
seemed I get the issue again when I update the VS to the latest preview version, another dotnet SDK version is using now
and verified |
Describe the bug
dotnet tool update
command did not update the latest version, and it returned a messageTool 'dotnet-execute' is already installed
, maybe a bug in .NET 9 preview 7, not seen it beforewhile there's a new version should be updated
To Reproduce
Just try to update a dotnet tool with
dotnet tool update
command with .NET 9 preview 7 SDK installedExceptions (if any)
The tool did not be updated
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: