diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index f9fc176..b9728bd 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,8 +3,10 @@ "isRoot": true, "tools": { "dotnet-stryker": { - "version": "4.16.0", - "commands": ["dotnet-stryker"] + "version": "5.0.0", + "commands": [ + "dotnet-stryker" + ] } } -} +} \ No newline at end of file