Skip to content
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

Closed
IstvanKor opened this issue Sep 24, 2019 · 4 comments
Closed

I cannot install EFCore 3.0 in UWP project #18011

IstvanKor opened this issue Sep 24, 2019 · 4 comments

Comments

@IstvanKor
Copy link

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!

@huoyaoyuan
Copy link
Member

EF Core 3 requires .net standard 2.1, which is planned but not yet supported by UWP.
.net standard 2.0 was supported by UWP 2 months after its release.

@bricelam
Copy link
Contributor

My favorite slide from dotNETConf:

dotnet5

I hope UWP will also join the party

@smitpatel
Copy link
Contributor

@richlander - Do you have guidance for customers for this scenario?

@YZahringer
Copy link

🎉 Fixed on 3.1.0-preview2: #18141

@ajcvickers ajcvickers reopened this Oct 16, 2022
@ajcvickers ajcvickers closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants