I have a .NET Core solution in visual studio 2017 that is building against the .NET 4.7 framework.
In the main web application there is a dependencies menu that breaks down references into logical categories (Analyzers, Assemblies, NuGet, Projects).
In the helper project it only has a references menu with everything jumbled inside. Is there a way to get the same treatment here as the web application got?

