Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
750 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, is it possible to use. Net 6 in Xamarin Forms (not MAUI)? I have an existing app for Android, where I would like to use EF core 6, but that requires. Net 6. I couldn't find any related info on the web, it was always about MAUI & net 6.
Thanks
It's not possible. Xamarin is based on .net standard 2.0 libraries so you can't reference a .net 6 library. However, there are lower EF versions with .net standard compatibility