Closed LLIAMAH closed 2 years ago
The Microsoft.Web.LibraryManager.Cli is a CLI tool to be installed using dotnet tool install
, not to be added as a PackageReference. This is expected behavior as the error messages indicate, though it may be an issue that the NuGet wizard is showing this package (it should realize that it's incompatible).
While the LibraryManager.Cli tool is built against netcore2.1, it installs and runs fine on systems with only newer versions of the dotnet sdk installed.
Describe the bug
Severity Code Description Project File Line Suppression State
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Possibility to add Microsoft.Web.LibraryManager.Cli 2.1.175 via NuGet
Screenshots
Additional context
Found this during search of workaround for this more important problem