NuGet Package restore IS enabled but I get an error saying it's not enabled

前端 未结 3 2632
醉话见心
醉话见心 2021-02-20 17:07

I have nuget package restore enabled in my solution. However, when I try to build the project, I get this error:

This project references NuGet package(s) that ar         


        
3条回答
  •  隐瞒了意图╮
    2021-02-20 17:30

    Try and see if this helps:

    in solution explorer, right click on the project name and select 'Enable Nudget package restore'

    also remember to rebuild each of your projects

    wait until it gets restored and run the project if it works fine

提交回复
热议问题