neisbut / EntityFramework.MemoryJoin

Extension for EntityFramework for joins to in-memory data
MIT License
56 stars 24 forks source link

Fix .Net 6.0 #25

Closed bobzomer closed 2 years ago

bobzomer commented 2 years ago

Solve https://github.com/neisbut/EntityFramework.MemoryJoin/issues/24

.Net 6.0 does not implement any .Net standard => we need a separate build targetting .Net 6.0 specifically with up-to-date EF Core packages

cspwizard commented 2 years ago

Hi, any chances that this fix will be released soon?

neisbut commented 2 years ago

Hi @cspwizard , sorry, yes, will do on this weekend!

cspwizard commented 2 years ago

@neisbut great, thanks a lot for your efforts!