It is easy to use .NET Core dependency visualizer.
Single click update for your all dependencies. You can see your outdated packages.
Similiar to dotnet-outdated
but more visual one.
dotnet build
cd DependSight
dotnet run
Open your browser and https://localhost:5001
- nuget.config file support
- Parameter file support (You can also use props files.)
- Private repository support