Closed
Description
Is your feature request related to a problem? Please describe.
I can not downgrade a package automatically (or easily)
Describe the solution you'd like
Example: dotnet tool install --tool-path ~/.dotnet/tools Boogie --version 2.9.12 --exact
for example add an exact
flag, make dotnet tool uninstall boogie if the one installed is not exactly 2.9.12, and not install anything if there is not this version
Additional context
Add any other context or screenshots about the feature request here.