Dotnet Nuget Why - Track Down Package Dependencies
Dotnet Nuget Why - Track Down Package Dependencies
We had a problem last week to find out why specific project has reference to IdentityServer4, it wasn’t added as direct reference to this project, but it was transient reference. Easiest way to verify it, is dotnet nuget why
command:
Source
For more details about the dotnet nuget why
command, check out the official Microsoft documentation.
This post is licensed under CC BY 4.0 by the author.