-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I cannot install EFCore 3.0 in UWP project #18011
Comments
EF Core 3 requires .net standard 2.1, which is planned but not yet supported by UWP. |
@richlander - Do you have guidance for customers for this scenario? |
🎉 Fixed on 3.1.0-preview2: #18141 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried to install Microsoft.EntityFrameworkCore 3.0.0 package in a UWP project but I got the following error:
Package Microsoft.EntityFrameworkCore 3.0.0 is not compatible with uap10.0.18362 (UAP,Version=v10.0.18362) / win10-x64. Package Microsoft.EntityFrameworkCore 3.0.0 supports: netstandard2.1 (.NETStandard,Version=v2.1)
UWP application targets 18362 version, minimal version 18362.
VS version: 16.3.0
Thanks for your help!
The text was updated successfully, but these errors were encountered: