bjorkstromm / depends

Tool for generating dependency trees for .NET projects
MIT License
556 stars 43 forks source link

Installation Issues #10

Closed ghost closed 5 years ago

ghost commented 5 years ago

The tool package could not be restored. Tool 'dotnet-depends' failed to install. This failure may have been caused by:

bjorkstromm commented 5 years ago

As per NuGet documentation (https://www.nuget.org/packages/dotnet-depends/), installation is done by:

dotnet tool install --global dotnet-depends --version 0.3.0

As global tools are framework dependent (https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools#what-could-go-wrong), you need to have .NET Core 2.1 installed.

If problem persists, please open issue in dotnet/cli or nuget/home as these repos are better for tracking problems with installation of global tools.