In Asp.Net projects, we were using NuGet package manager to include client-side packages like bootstrap, jquery etc. For .Net core projects using NuGet package manager for these client side libraries in deprecated and incompatible. Now you use Libman package manager in Visual Studio to include these client-side packages. This tutorial shows you how to use Libman to install client-side libraries in your .Net Core projects.