Wednesday, 11 September 2013

How to find assemlies referenced directly, not via Nuget

How to find assemlies referenced directly, not via Nuget

I have tens of projects in the solution. The projects have a lot of
dependencies on 3rd party libraries. It happened that some of these
libraries are referenced directly to dll file instead of using NuGet
package manager. There's a couple problem with it (build, updates, etc). I
want to find all such libraries that are referenced directly. What is the
easiest way to do it?

No comments:

Post a Comment