I want to update Bootstrap in ASP.NET Core with NuGet. I used this:
Install-Package bootstrap -Version 4.0.0
It did add the dependencies bu
Try Libman, it's as simple as Bower and you can specify wwwroot/lib/ as the download folder.