We need to install the Nuget packages if client's machine does not have internet.
Client informed us to install Nuget packages through Proxy. So they have shared Proxy URL and credentials and certificates.
We would like to know how to install the Nuget packages through Proxy and share here with syntax for installing Nuget thru commands.
We modified the Nuget config file as below.enter image description here
Then execute the below command in Package console, getting the below errors in the screen shots.
NuGet\Install-Package Newtonsoft.Json -Version 13.0.3
Error:
Pls let us know how to install nuget packages in client's machine thru commands with Proxy only.