Adding and updating NuGet packages via command line – dotnet CLI Just like we can add, remove and update NuGet packages via UI in Visual Studio or Visual Studio Code we can accomplish the same using the dotnet CLI. Adding package For example, to add ASP.NET Core CORS package we run the following: dotnet […]
Continue reading