Ensure Stryker targets .NET 7
1 files changed, 2 insertions(+), 1 deletions(-) M src/Tests/stryker-config.json
M src/Tests/stryker-config.json +2 -1
@@ 5,6 5,7 @@ "ignore-methods": [ "Argument*Exception.ctor", "Debug.Assert" - ] + ], + "target-framework": "net7.0" } }