We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.NETStandard2.0 needs UWP6.0 which is now available as preview. UWP6.0 requires the latest SDK 16267
It also needs the latest W10 Insider Build 16278 (Slow Ring) for deployment
There are still issues to make the sample works. Perhaps it is possible to now complete the Xamarin EFCore2.0 to include UWP platform
LoadApplication(new Xamarin.Forms_EFCore.App(Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, "EFCoreExample.db")));
The text was updated successfully, but these errors were encountered:
Yes I agree,
I will update it as soon as possible, both repo and blog post.
Thank you!
Sorry, something went wrong.
No branches or pull requests
.NETStandard2.0 needs UWP6.0 which is now available as preview.
UWP6.0 requires the latest SDK 16267
It also needs the latest W10 Insider Build 16278 (Slow Ring) for deployment
There are still issues to make the sample works. Perhaps it is possible to now complete the Xamarin EFCore2.0 to include UWP platform
LoadApplication(new Xamarin.Forms_EFCore.App(Path.Combine(Windows.Storage.ApplicationData.Current.LocalFolder.Path, "EFCoreExample.db")));
The text was updated successfully, but these errors were encountered: