From 88c6e01f1ceec45fcc2381f87bc0ce0206106a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:54:05 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 8 updates Bumps the all-dependencies group with 8 updates in the / directory: | 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.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` | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.2` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [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 `xunit` from 2.8.1 to 2.9.2 - [Commits](https://github.com/xunit/xunit/compare/v2-2.8.1...v2-2.9.2) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2) 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: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch 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 +++--- test/Directory.Build.targets | 4 ++-- .../TestableHttpClient.Tests.csproj | 4 ++-- 4 files changed, 9 insertions(+), 9 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/Directory.Build.targets b/test/Directory.Build.targets index 3f0e4b5..e9aef89 100644 --- a/test/Directory.Build.targets +++ b/test/Directory.Build.targets @@ -2,8 +2,8 @@ - - + + all 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