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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm