Not sure if this is something you're interested in, but I thought to extend the CI pipeline to ensure building for .NET Core 3.1, .NET 5, 6, and 7 works on Linux, macOS as well as Windows. As the test suite can only be built for a specific target framework and not say netstandard2.0, I decided to go for the current LTS (.NET 6).
Not sure if this is something you're interested in, but I thought to extend the CI pipeline to ensure building for .NET Core 3.1, .NET 5, 6, and 7 works on Linux, macOS as well as Windows. As the test suite can only be built for a specific target framework and not say netstandard2.0, I decided to go for the current LTS (.NET 6).