# Getting a List of Referenced Nuget Packages Along With Their Licenses Use this PowerShell script from Visual Studio's Package Manager Console: ```PowerShell Get-Package | Select-Object Id,LicenseUrl ``` If you're interested in specific projects only simply unload those projects first. Output will be duplicated for packages used in multiple projects, in which case simply paste the output into Sublime Text and run Edit > Permute Lines > Unique. ## Source - [Get license information for all used NuGet packages](https://softwareengineering.stackexchange.com/questions/235082/get-license-information-for-all-used-nuget-packages)