From 104a2b90117f5ed0aaee1d14ed65a505c35c0f00 Mon Sep 17 00:00:00 2001 From: martincostello Date: Sat, 28 Oct 2023 15:31:26 +0100 Subject: [PATCH] Fix mutation tests Fix mutation tests by switching to Windows and updating the settings to support .NET 8 and C# 12. --- eng/stryker-config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/stryker-config.json b/eng/stryker-config.json index ba638442829..bba70bf11b9 100644 --- a/eng/stryker-config.json +++ b/eng/stryker-config.json @@ -18,7 +18,8 @@ "block", "statement" ], - "target-framework": "net7.0", + "language-version": "Preview", + "target-framework": "net8.0", "thresholds": { "high": 100, "low": 100