NuGet Package Restore Not Working

后端 未结 20 2053
情书的邮戳
情书的邮戳 2020-12-02 04:06

I checked in a project on one computer, checked out on another, and find that the binaries installed by NuGet are missing. I could check them in to source control as well,

20条回答
  •  不思量自难忘°
    2020-12-02 05:06

    Did you enable package restore mode in the project that has the missing packages/binaries ? There's a known issue that requires the packages to be correctly installed when enabling the restore mode :

    http://nuget.codeplex.com/workitem/1879


    Original link is dead; this might be a replacement: https://github.com/NuGet/Home/issues/1968

提交回复
热议问题