I want to list down all the nuget packages along with its dependencies recursively.Project is in VS2017 and .NET Core.
I tried with Get-Package -ProjectName "Your.Project.Name"
it displays all the nuget packages in project. I want all the dependencies also printed.