We are using Visual Studio 2019 and have the following installed on developer Win10 workstations.
MySQL Connector Net 8.0.23
MySQL for Visual Studio 1.2.9
There is a Visual Studio .NET Framework class library project the uses the following NuGet packages.
EntityFramework 6.1.3
MySql.Data 6.10.7
MySql.Data.Entity 6.10.7
This project needs to have he MySQL NuGet packages upgraded. The MySqlData.Entity 6.10.7 package has been deprecated and can no longer be upgraded.
There is a MySql.Data 8.0.23 NuGet package available. What is the equivalent (or successor) package for MySql.Data.Entity?
Thanks in advance.
MySQL Connector Net 8.0.23
MySQL for Visual Studio 1.2.9
There is a Visual Studio .NET Framework class library project the uses the following NuGet packages.
EntityFramework 6.1.3
MySql.Data 6.10.7
MySql.Data.Entity 6.10.7
This project needs to have he MySQL NuGet packages upgraded. The MySqlData.Entity 6.10.7 package has been deprecated and can no longer be upgraded.
There is a MySql.Data 8.0.23 NuGet package available. What is the equivalent (or successor) package for MySql.Data.Entity?
Thanks in advance.