cake-build / cake

:cake: Cake (C# Make) is a cross platform build automation system.
https://cakebuild.net
MIT License
3.89k stars 724 forks source link

Add DotNetListPackage alias for dotnet list package command #4224

Closed Marusyk closed 18 minutes ago

Marusyk commented 11 months ago

dotnet list package - Lists the package references for a project or solution.

The dotnet list package command provides a convenient option to list all NuGet package references for a specific project or a solution.

Docs: https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-list-package