diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 26a314a..2f1f19b 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "dotnet-stryker": { - "version": "4.0.6", + "version": "4.1.0", "commands": [ "dotnet-stryker" ] diff --git a/global.json b/global.json index 989a69c..47f27c3 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.302", "rollForward": "latestMinor" } } \ No newline at end of file diff --git a/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj b/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj index c8e2cd8..a5a55ff 100644 --- a/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj +++ b/src/ScreenshotCreator.Api/ScreenshotCreator.Api.csproj @@ -9,7 +9,7 @@ - + diff --git a/tests/Tests/Tests.csproj b/tests/Tests/Tests.csproj index 3ddbd43..3503d72 100644 --- a/tests/Tests/Tests.csproj +++ b/tests/Tests/Tests.csproj @@ -21,7 +21,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - +