From 87ba3188afbdd5b2ee0b103f3d9c36f672d6c811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 22:09:37 +0000 Subject: [PATCH] Bump the all-dependencies group with 6 updates Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [Nerdbank.GitVersioning](https://github.com/dotnet/Nerdbank.GitVersioning) | `3.6.143` | `3.6.146` | | [System.Text.Encodings.Web](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` | | [System.Text.Json](https://github.com/dotnet/runtime) | `4.7.2` | `9.0.0` | | [NSubstitute](https://github.com/nsubstitute/NSubstitute) | `5.1.0` | `5.3.0` | | dotnet-sonarscanner | `9.0.0` | `9.0.2` | | [nbgv](https://github.com/dotnet/Nerdbank.GitVersioning) | `3.6.143` | `3.6.146` | Updates `Nerdbank.GitVersioning` from 3.6.143 to 3.6.146 - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `System.Text.Encodings.Web` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `System.Text.Json` from 4.7.2 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits/v9.0.0) Updates `NSubstitute` from 5.1.0 to 5.3.0 - [Release notes](https://github.com/nsubstitute/NSubstitute/releases) - [Changelog](https://github.com/nsubstitute/NSubstitute/blob/main/CHANGELOG.md) - [Commits](https://github.com/nsubstitute/NSubstitute/compare/v5.1.0...v5.3.0) Updates `dotnet-sonarscanner` from 9.0.0 to 9.0.2 Updates `nbgv` from 3.6.143 to 3.6.146 - [Release notes](https://github.com/dotnet/Nerdbank.GitVersioning/releases) - [Commits](https://github.com/dotnet/Nerdbank.GitVersioning/commits) --- updated-dependencies: - dependency-name: Nerdbank.GitVersioning dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: System.Text.Encodings.Web dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: System.Text.Json dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: NSubstitute dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: dotnet-sonarscanner dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: nbgv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .config/dotnet-tools.json | 4 ++-- src/TestableHttpClient/TestableHttpClient.csproj | 6 +++--- .../TestableHttpClient.Tests.csproj | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) 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