Currently, the build server fails if the tests use net6.0, likely because its Docker image uses Mono, which imitates net4.7.2.
We should figure out a way to fix this, maybe:
- Add a step to fetch net6.0 and build using that?
- Figure out why the tests need to be on net6.0, and find a way to go back to net4.7.2
- Something else?