Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcocarvalho/0d3bd7d61632dd54c174539038be582e to your computer and use it in GitHub Desktop.
Save marcocarvalho/0d3bd7d61632dd54c174539038be582e to your computer and use it in GitHub Desktop.
List Packages from a .NET C# project
Get-Package | Select-Object -Unique Id,LicenseUrl,Version | Format-List
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment