I'm trying to use Entity Framework Core with UWP. I found this ...sample... from Microsoft and got it to work. In this sample, the object models are in a .Net Standard class library. However, for the project I'm working on, I need to be able to use MVVM L...