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

后端 未结 30 923
孤城傲影
孤城傲影 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:47

    In visual studio 2017 please do following steps:

    1) select Tool=>Options=>NuGet Package Manager=> Package Sources then uncheck Microsoft Visual Studio Offline Packages Option.

    2) now open Tool=>NuGet Package Maneger=>Package Manager Console. 3) execute command in PM>dotnet restore.

    Hope its working...

提交回复
热议问题