From a87933b50f5d7cc03af5332be52158fef59e776a Mon Sep 17 00:00:00 2001 From: Hamed Shirbandi Date: Sat, 9 Nov 2024 23:44:07 +0100 Subject: [PATCH] fix: stryker exception --- .config/dotnet-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index bf3c426c7..594f06d37 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-stryker": { - "version": "3.10.0", // "4.4.0", + "version": "3.10.0", "commands": [ "dotnet-stryker" ]