Enable NuGet Package Restore on Visual Studio 2013

前端 未结 7 1082
天命终不由人
天命终不由人 2020-12-20 10:48

I\'m following this easy tutorial to start coding with the Google+ API in C#. However, I\'ve been stuck for hours on Step 3, where the first substeps are:

  1. In V
7条回答
  •  一个人的身影
    2020-12-20 11:26

    I think you just want to know where to enable "Allow Nuget to download missing packages"

    In VS2013: Right Click on the project Select "Manage NuGet Packages for Solution" Then Click on "Settings" in new dialog click on "Manage NuGet Package Manager" root level Tick/Untick "Allow NuGet to download missing packages"

提交回复
热议问题