NuGet has problems with missing packages, how to restore?

前端 未结 5 1683
长情又很酷
长情又很酷 2021-02-05 04:52

When I try to compile my program I get the following error:

This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Res         


        
5条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 05:25

    Well it's probably a bad way but I found that it works if I just delete the line

    http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />

    from the project.csproj , not sure if this is going to cause problems later on but it works for now.

提交回复
热议问题