We have a number of applications that utilize a similar stack on NET 4.7.2
Web API 2.0 : REST pattern
Business
Data : Generic Repo Pattern, EF 6.4, Database First, Audit (using EF 6 change tracking)
Does anyone have some guidance/best practices on getting us to NET Core 5.
For example, I have seen it is possible to go to keep EF6 and use Core 3.1. Are there any caveats to this?
Thanks!