Created
July 18, 2016 18:02
-
-
Save marcocarvalho/0d3bd7d61632dd54c174539038be582e to your computer and use it in GitHub Desktop.
List Packages from a .NET C# project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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