Open
Description
Presently TargetFramework.NetCoreApp
points to net7.0
. This means that at the conclusion of the move to using NetLatest
our tests will be targeting net7.0
API surface when running on .NET Core. That is a vast improvement but still a few releases behind. Need to move this to target net9.0
.