I'm using Visual Studio 2019. In a .NET Framework project, I want to show which packages an installed package depends on. How can this be done?
If I create a .NET Core project, this information seems easily available under the "Dependencies" item under Project in the Solution Explorer pane (one can expand and browse the hierarchy).
In a .NET project however, there exists a "References" instead of "Dependencies", but it cannot be expanded in the same way.