dotnet tool list argument with package-id does not work on dotnet 6.
Dotnet 6 cli does not really support "dotnet tool list -g <package-id>". When i ran this on a dotnet 6 build agent, it gives me 'unknown command or unrecognizable argument".
Running on dotnet 8 works for me.
Comments