koenbeuk / EntityFrameworkCore.Projectables

Project over properties and functions in your linq queries
MIT License
297 stars 20 forks source link

Update EF Core to v7.0.10 #82

Closed vanlueckn closed 7 months ago

vanlueckn commented 1 year ago

Currently Projectables is using v7.0.9. It would be nice if it would support v7.0.10.

koenbeuk commented 1 year ago

This library is tied to dotnet 6, it should be compatible with v7.0.10. Are you saying that its not?

vanlueckn commented 1 year ago

No, I just can't change my EF dependencies to v7.0.10. I always get the message that the packages conflict with EntityFrameworkCore.Projectables because this package references v7.0.9.

koenbeuk commented 1 year ago

This package has a dependency on EFCoreVersion 6.0.0 and is compatible with the latest EF Core 7 release.

leoerlandsson commented 1 year ago

We used EntityFrameworkCore.Projectables with both EF v7.0.10 and 7.0.11. It works well.

koenbeuk commented 7 months ago

Closing this as EF 7 will soon be out of support. The latest release is fully compatible with latest EF Core 8