.net-core – How to install Nuget .NET Core packages using VS Code?

Question: I'm using VS Code to develop a .NET Core project and I would like to know how to install Nuget packages on it. In Visual Studio, there is a specific terminal for this, the Package Manager Console . In it you have to use the Add-Package command to install …

.net-core – How to install Nuget .NET Core packages using VS Code? Read More ยป