Assets file project.assets.json not found. Run a NuGet package restore
Bump into this error and thanks for stackoverflow, was able to resolve it by
Tools->Nuget Package Manager-> Package manager Console ->
And type,
"dotnet restore"
Or you can go into the command prompt of that project and type
"dotnet restore"
Which ever work faster for you, i guess.
Comments