nuget-tree icon indicating copy to clipboard operation
nuget-tree copied to clipboard

Does this work for csproj with packagereferences?

Open amccool opened this issue 4 years ago • 3 comments

I have a pre csproj 2017 style file, with packagereferences. Using the "migrate to packagerefernces" right click.

can you read csproj with packagereferences?

Cannot find 'packages' directory. Have you run 'nuget restore'?

amccool avatar Jul 24 '19 21:07 amccool

erm, probably not at the moment.

richorama avatar Jul 25 '19 02:07 richorama

I think the latest PR (https://github.com/richorama/nuget-tree/pull/18) for this resolves this.

shawnallen85 avatar Sep 17 '20 18:09 shawnallen85

As PackageReference is the default in newer projects and the only supported option in .NET Core/.NET 5 (i think) this would be very useful to have, indeed.

ransagy avatar Feb 15 '21 11:02 ransagy