diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index e6af3a7..f21ee84 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,14 +3,14 @@ "isRoot": true, "tools": { "dotnet-sonarscanner": { - "version": "9.0.0", + "version": "9.0.2", "commands": [ "dotnet-sonarscanner" ], "rollForward": false }, "nbgv": { - "version": "3.6.143", + "version": "3.6.146", "commands": [ "nbgv" ], diff --git a/src/TestableHttpClient/TestableHttpClient.csproj b/src/TestableHttpClient/TestableHttpClient.csproj index 01b284e..7c9783d 100644 --- a/src/TestableHttpClient/TestableHttpClient.csproj +++ b/src/TestableHttpClient/TestableHttpClient.csproj @@ -33,8 +33,8 @@ - - + + @@ -48,7 +48,7 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj b/test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj index 1d7c36f..ba629a2 100644 --- a/test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj +++ b/test/TestableHttpClient.Tests/TestableHttpClient.Tests.csproj @@ -5,11 +5,11 @@ - + - + all runtime; build; native; contentfiles; analyzers; buildtransitive