praeclarum / FuGetGallery

An alternative web UI for browsing nuget packages
https://www.fuget.org
MIT License
683 stars 121 forks source link

Show CLI commands to add package ref #40

Open phrohdoh opened 6 years ago

phrohdoh commented 6 years ago

For example https://www.fuget.org/packages/Newtonsoft.Json shows the following which can be added to the *proj file:

<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />

It'd be useful to show the dotnet, package-manager (powershell), and paket syntax to add the package reference, too.

See https://www.nuget.org/packages/Newtonsoft.Json/ to see how nuget.org does it.

praeclarum commented 5 years ago

Yes!