Install NuGet via PowerShell script

前端 未结 6 480
礼貌的吻别
礼貌的吻别 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:40

    This also seems to do it. PS Example:

    Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
    

提交回复
热议问题