Title: Get license information for all used NuGet packages in .NET Core outside of Visual Studio
Writer: Maroik
Views: 102
Updated: [2023-08-05T12:34:20Z]
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 .