Issues With Migrating Entity Framework 6 library to .NET 5
I am migrating a legacy .NET framework application to .NET core and on to .NET 5 and ran into an interesting issue. We have a shared library that multiple projects use for database access and business logic. One of the main problems is that one of the projects that uses this library is an .NET…