admin管理员组

文章数量:1291202

The dotnet list package command will work only on .Net core projects.

I am looking for a way to generate dependency list/tree of a .Net 4.8 framework solution/project

I have some common Nuget packages that is referenced in more than one project/solution. When we make a change to these common packages/libraries, we don't want to miss any project/solution that is not updated to the latest version of these libraries.

If I keep a list of dependencies used in each project/solution it will be easy for me to search for a particular nuget package/library and identify which projects are using this package/library and make sure to update those projects to use the new version of these libraries. I also want the list of the references easily searchable. For that, in the first place, i should find a way to make a list of all these libraries that are referenced by a particular project/solution.

Is there any programmable solution to compile a list of all the dependencies of a visual studio project/solution ?

本文标签: