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.
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.
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.