Skip to content

Commit

Permalink
Fix mutation tests
Browse files Browse the repository at this point in the history
Fix mutation tests by switching to Windows and updating the settings to support .NET 8 and C# 12.
  • Loading branch information
martincostello committed Nov 2, 2023
1 parent 1da1113 commit 4cc873b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/stryker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"block",
"statement"
],
"target-framework": "net7.0",
"language-version": "Preview",
"target-framework": "net8.0",
"thresholds": {
"high": 100,
"low": 100
Expand Down

0 comments on commit 4cc873b

Please sign in to comment.