I ported multiple ASP.net 4.7.2 projects to ASP.net Core 3.0 (one solution) using VS2019. Once I setup everything I "Build" project and got all successful.
However when I click on "Rebuild" project I get the error "The 'GenerateDepsFile' task failed unexpectedly."
Why is this ? How to solve it ?
Project "DBDataStructures" has typical standard C# class definitions. No third party classes used.