TechnikEmpire / DistillNET

DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.
Mozilla Public License 2.0
16 stars 4 forks source link

Migrate to .NET Standard 2.0 #10

Closed TechnikEmpire closed 7 years ago

TechnikEmpire commented 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.

TechnikEmpire commented 7 years ago

Microsoft.Data.Sqlite Looks to be the way to go. Official, .NET Standard 2.0, confirmed working in Xamarin iOS/Android.