little-aspnetcore-book
little-aspnetcore-book copied to clipboard
add external package
To add external package to your project, you need to specify the project name when running the command in the ternaminal
Example, To add package Humanizer
dotnet add **AspNetCoreTodo** package Humanizer
Device / Windows 10 terminal dotnet version / 2.1.302
Thanks for the contribution!
Did you run dotnet add
inside the AspNetCoreTodo project folder? You shouldn't need to specify the project if so. It searches the current directory for a project.
Unless that behavior changed recently...