Migration error
Hi, I'm building C# web servier connect with MySQL server.
But in the migration with MySQL server step I have got this error.
How can I fix this?
5 Replies
Do you need to update
Pomelo.EntityFrameworkCore.MySql
? Looks to be a build issue involving that dependencypomelo mysql provider does not support efcore 9, you need to use v 8
yes
How can I use the mysql in v9?
downgrade the Microsoft.EntityFrameworkCore packages to latest 8.x
or wait for pomelo to upgrade their provider
haha, lol
Thanks