EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework-Reverse-POCO-Code-First-Generator copied to clipboard
multi-target tests
Hi Simon (@sjh37) Here is an example of using multi-targeting. This could also help reduce the number of Test.Integration.xxx and maybe use one for netcoreapp3.1;net5.0;net6.0 and one for net461;net462;net471;net472;net48 (and one for netcoreapp2.1;netcoreapp2.2 if you want to continue to support that) As you test it out you will find a couple of bugs with .NET 6 fix #729
NOTE: you'll need Visual Studio 2022 to compile net6.0