A custom tool called dotnet depends is great for viewing reverse dependencies.
- Installation:
dotnet tool install --global dotnet-depends - Usage:
dotnet depends .\MyProject.csproj
NuGet 6.3 in Visual Studio also shows this if you hover over the transitive package.
