morrisjdev / FileContextCore

FileContextCore is a "Database"-Provider for Entity Framework Core and adds the ability to store information in files instead of being limited to databases.
Apache License 2.0
169 stars 45 forks source link

Change to .net standard 2.0 #25

Closed KuraiAndras closed 4 years ago

KuraiAndras commented 4 years ago

Since this library is not really dependent on .net standard 2.1 it should target 2.0. Ef Core, and every other dependency is 2.0 compatible and so should be this library. This pr also enables using the newest version of this library on .NetFramework

morrisjdev commented 4 years ago

Hi. Thank you a lot.

KuraiAndras commented 4 years ago

What is missing for this to be merged?

morrisjdev commented 4 years ago

Hi. Nothing ... except time :smiley: ... But thank you. Good work. I'll merge it as soon as possible.

morrisjdev commented 4 years ago

Thank you again for the good work. I published version 3.4.0 on Nuget.