nuget install package command line code example
Example 1: nuget equivalent of npm install
nuget install packages.config
Example 2: install nuget package for S3
dotnet add package AWSSDK.S3 --version 3.5.6.1
Example 3: install nuget package for S3
Install-Package AWSSDK.S3 -Version 3.5.6.1