Title: Get license information for all used NuGet packages in .NET Core outside of Visual Studio
Writer: Maroik
Views: 146
Updated: [8/5/2023, 12:34:20 PM]
1. Install the tool
dotnet tool install --global dotnet-project-licenses
2. Run the tool against the current directory (uses the -i flag to specify the input directory)
dotnet-project-licenses -i .