-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[master] Also target netstandard2.1 for Identity.EFCore #13381
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
Conversation
@JunTaoLuo I tried to mimic the changes you made in 88a3a74#diff-d5cb1079ed5b07e65dcc675f6e4b7ef3 can you double check I did it correctly? |
src/Identity/EntityFrameworkCore/src/Microsoft.AspNetCore.Identity.EntityFrameworkCore.csproj
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good overall but you don't need the conditional for source build.
Should we submit this for 3.0 ask mode? Either preview9 or post preview9? cc @Pilchie |
Yes, as for which - is there a workaround for affected customers? We don't have a lot of time to get things into Preview 9 builds at this point. |
I don't think there is a workaround for this |
Okay - can you target the |
Rebase went poorly on this PR, created a new one for preview9 #13402 |
I'll keep this PR around for master |
Is there a need to keep this around? We should wait for bot to merge release/3.0 to master after we unblock #13182. I think we can close this now. |
Sounds good |
Fix for #13340