linq2db / linq2db.EntityFrameworkCore

Bring power of Linq To DB to Entity Framework Core projects
MIT License
462 stars 38 forks source link

.NETStandard 2.0 dependency #43

Closed zdomokos closed 4 years ago

zdomokos commented 4 years ago

EF core is dependent on .NETStandard 2.0, allowing .net framework to use both ef core and linq2db. Would it be possible to switch back to .NETStandard 2.0 so this great package could be used from .net framework applications too. Thanks.

MaceWindu commented 4 years ago

Not sure I understand problem. linq2db supports netstandard2.0 target

zdomokos commented 4 years ago

linq2db.EntityFrameworkCore nuget package dependency is .NETStandard 2.1 so cannot be used in .net framework 4.8, while linq2db and efcore can be used.

sdanyliv commented 4 years ago

Released in 3.1.0