I have used EF CORE 2.2.6 in a .net framework 4.8 WPF project yet.
And now the EF CORE 3.0 has published.
While I update the NuGet package, it reports this error:
As the error said, it seems the EF CORE 3.0 does not compatible with the .net framework yet.
I tried to find the EF CORE 3.0 publish announcement, but can not find any about does not support .net framework anymore.
How can I solve it? Do I have to migrate all the project to .net core 3.0 to solve this problem? Thank you.