Hi All,
I have just tried to migrate my app (Asp.Net Core MVC) using VS 2019 version 16.6.5 but get this message in the Package Manager Console;
PM> Add-Migration Init
Build started...
Build succeeded.
The specified deps.json [xxxxxxxxx\xxxxxxxxxxxxxx\xxxxxxxxxxxxxx\bin\Debug\netcoreapp3.1\xxxxxxxxxxxxx.deps.json] does not exist
PM>
I have deleted the bin and obj folders as suggested here but still not working.
Anyone else come across this problem or got any solutions on how to fix it?