Is it possible to view dependencies for a project in a .net core application? I\'m using Visual Studio 2017 Professional.
Visual Studio 2017 Professional
At the moment I have the foll
You can actually search through dependencies of particular project quite easily in Visual Studio.
Just right click on Dependencies, select "scope to this". And then you can directly search through dependencies.