Build error, This project references NuGet

前端 未结 7 2052
旧时难觅i
旧时难觅i 2020-12-29 18:17

When I try to build my solution, I get the following error message:

Severity Code Description Project File Line Suppression State Error

7条回答
  •  攒了一身酷
    2020-12-29 19:13

    I also had this error I took this part of code from .csproj file:

     
          
            This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.
          
          
        
    

提交回复
热议问题