drewnoakes / dependency-analyser

Shows the dependencies between .NET projects and assemblies as a graph.
https://drewnoakes.com/code/dependency-analyser/
GNU Lesser General Public License v3.0
43 stars 5 forks source link

Option to include NuGet packages in the graph #18

Open drewnoakes opened 2 years ago

drewnoakes commented 2 years ago

It would be useful to see the PackageReference items of each project too, potentially along with their transitive package references too.