Install NuGet via PowerShell script

前端 未结 6 481
礼貌的吻别
礼貌的吻别 2020-12-08 00:03

As far as I can tell, NuGet is meant to be installed as a Visual Studio extension:

http://docs.nuget.org/docs/start-here/installing-nuget

6条回答
  •  既然无缘
    2020-12-08 00:58

    1. Run Powershell with Admin rights
    2. Type the below PowerShell security protocol command for TLS12:
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
    

提交回复
热议问题