Open JimSEOW opened 7 years ago
.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")));
Yes I agree,
I will update it as soon as possible, both repo and blog post.
Thank you!
.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")));