简体   繁体   中英

How can I list all projects in the current solution dependent on a given NuGet package?

I have a solution with 72 projects. I would like to list all projects from that solution that have a reference to given NuGet package. What is the best way to do it?

Right click on the solution and select "Manage Nuget packager for solution" then click "Installed packages" select the package you want to see and click the Manage button. You will see all your projects and which use the selected Nuget package.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM