JonPSmith / EfCore.GenericServices

A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
https://www.thereformedprogrammer.net/genericservices-a-library-to-provide-crud-front-end-services-from-a-ef-core-database/
MIT License
601 stars 94 forks source link

upgraded to automapper 11.0.1 nuget package. all unit tests PASSING. … #63

Closed Jerrill closed 1 year ago

Jerrill commented 2 years ago

…reference: https://docs.automapper.org/en/latest/11.0-Upgrade-Guide.html

Jerrill commented 2 years ago

fixes #61

JonPSmith commented 1 year ago

This PR is contained in the PR that also adds .NET 7 support