Hello Guys I would like to ask if I can actually somehow use Entity Framework Core 5.0 on UWP. I am trying to upgrade from EF Core from 2.1 to 5.0
I have following setup :
In "Win10" I am referencing "Core", but in order to use Entity Framework Core 5.0 I had to upgrade .NET Standard from 2.0 to 2.1, but there is no support of .NET Standard 2.1 for UWP.
I tried to change "Core.proj" to - .NET 5.0 class library but then I can't reference it from "Win10.proj".
UWP with Entity Framework Core 5.0
Derive from official document here.
EF Core 5.0 is planned to run on any .NET Standard 2.1 platform, including .NET 5.0. This is part of the more general .NET wide convergence of platforms to .NET Core
I'm afraid you can't use EF Core 5.0 in UWP platform. UWP support for .Net Standard 2.1 is still To Be Determined (TBD).
Please pay attention to the dotnet standard and github repos for further information, progress tracking, and to help in the planning and prioritization.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With