The existing MySql.Data.EntityFrameworkCore packages has been marked as deprecated , however the replacement does not support EF core 3.X on .NET Standard 2. It requires .NET Standard 2.1. We work with environments that require that we use LTS versions of .NET core so we cannot move to 5.X. Even if you are not going to support the module, marking it as deprecated seems extreme since it is needed for backwards compatibility. Please consider removing the deprecation.
↧