This project references NuGet package(s) that are missing on this computer

后端 未结 19 1457
南方客
南方客 2020-11-28 00:29

I have an ASP.NET MVC5 application that worked yesterday and now I am getting this error when I try to build:

This project references NuGet package(s)

19条回答
  •  一生所求
    2020-11-28 01:27

    I had this when the csproj and sln files were in the same folder (stupid, I know). Once I moved to sln file to the folder above the csproj folder my so

提交回复
热议问题