dncuug / X.PagedList

Library for easily paging through any IEnumerable/IQueryable in ASP.NET
https://andrew.gubskiy.com/open-source
MIT License
899 stars 213 forks source link

Support EF7 with dotnet7 #299

Closed jsmith-vensure closed 1 week ago

jsmith-vensure commented 1 week ago

Current config requires EF 8 if using dotnet 7. This change will allow either EF7 or EF8 to be used.

a-gubskiy commented 1 week ago

Thank you!

adschmu commented 1 week ago

Are you aware that .NET 7 has been EOL for half a years already?

jsmith-vensure commented 1 week ago

You're absolutely right. This PR is incorrect. Re-reviewing, I need EF7 with dotnet8.

Would resubmitting with something similar to this be sufficient? Unsure of your package requirements:

`

`

For consideration: https://github.com/dncuug/X.PagedList/pull/300