Assets file project.assets.json not found. Run a NuGet package restore

后端 未结 30 909
孤城傲影
孤城傲影 2020-11-28 20:02

I\'m trying to use nopCommerce(Which is written in .NET Core) but when I want to run the project I face 52 Errors telling me Run a nuget package restore

30条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 20:51

    In my case I had a problem with the Available Package Sources. I had move the local nuget repository folder to a new path but I did not update it in the Nuget Available Package Sources. When I've correct the path issue, update it in the Available Package Sources and after that everything (nuget restor, etc) was working fine.

提交回复
热议问题