Closed TechnikEmpire closed 7 years ago
We need to upgrade this to .NET Standard 2.0, which means upgrading the SQlite backend I guess.
Quick googling gave me Microsoft.EntityFrameworkCore.Sqlite, however there was a pure managed DB I think I mentioned in the code comments.
Microsoft.Data.Sqlite Looks to be the way to go. Official, .NET Standard 2.0, confirmed working in Xamarin iOS/Android.
We need to upgrade this to .NET Standard 2.0, which means upgrading the SQlite backend I guess.
Quick googling gave me Microsoft.EntityFrameworkCore.Sqlite, however there was a pure managed DB I think I mentioned in the code comments.