#VS2019 – How to fix the [obj\project.assets.json' not found] when building a #NetCore project
#VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project
Hi!
Quick post today. This one is to save me 30 minutes of internet search next time I face this error.
Context:
New .Net Core Console App.
When I build the console app for the 1st time I got this error.
Error: NETSDK1004
Assets file ‘<Path> \EventConsoleApp01\obj\project.assets.json’ not found.
Run a NuGet package restore to generate this file.
C:\Program…
View On WordPress













