little-aspnetcore-book icon indicating copy to clipboard operation
little-aspnetcore-book copied to clipboard

add external package

Open mangowi opened this issue 6 years ago • 1 comments

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

mangowi avatar Jul 27 '18 23:07 mangowi

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...

nbarbettini avatar Aug 01 '18 14:08 nbarbettini