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

upgrade to .NET 7 and automapper 12. update other NuGet packages as relevant in .NET 7 target #66

Closed Jerrill closed 1 year ago

Jerrill commented 1 year ago

fixes #65

I added a target framework for .NET 7 to all projects and verified all included unit tests are passing for all target frameworks.

I included the update to AutoMapper 12 (similar to another PR) because there appear to be some .NET 7 fixes in that version that prevented a build with AutoMapper 11.0.1 from passing tests.

JonPSmith commented 1 year ago

Hi @Jerrill,

Thanks so much for the PR. I will be looking at all my libraries (about 10 in all) next week to take them up to .NET 7. I have to do them in order, as some libraries rely other libraries.