From 086321db2c46928cd183bae9b23bb5bc1ef10558 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:47:34 +0000 Subject: [PATCH] Bump the nuget-dependencies group in /src with 8 updates Bumps the nuget-dependencies group in /src with 8 updates: | Package | From | To | | --- | --- | --- | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.3.3` | | [Microsoft.Extensions.DependencyInjection.Abstractions](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.9.0` | | [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.7.1` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.6` | `2.5.8` | | [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime) | `7.0.1` | `8.0.1` | | [CsvHelper](https://github.com/JoshClose/CsvHelper) | `30.0.1` | `31.0.4` | Updates `coverlet.collector` from 6.0.0 to 6.0.2 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.0...v6.0.2) Updates `GitHubActionsTestLogger` from 2.3.2 to 2.3.3 - [Changelog](https://github.com/Tyrrrz/GitHubActionsTestLogger/blob/master/Changelog.md) - [Commits](https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.2...2.3.3) Updates `Microsoft.Extensions.DependencyInjection.Abstractions` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.9.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.6.3...v17.9.0) Updates `xunit` from 2.5.0 to 2.7.1 - [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.7.1) Updates `xunit.runner.visualstudio` from 2.5.6 to 2.5.8 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.6...2.5.8) Updates `Microsoft.Extensions.Logging.Abstractions` from 7.0.1 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.1...v8.0.1) Updates `CsvHelper` from 30.0.1 to 31.0.4 - [Commits](https://github.com/JoshClose/CsvHelper/compare/30.0.1...31.0.4) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: CsvHelper dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] --- ...osoft.Extensions.DependencyInjection.Tests.csproj | 12 ++++++------ src/CelesTrakSdk.Tests/CelesTrakSdk.Tests.csproj | 10 +++++----- src/CelesTrakSdk/CelesTrakSdk.csproj | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests.csproj b/src/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests.csproj index b1f7c59..706476c 100644 --- a/src/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests.csproj +++ b/src/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests/CelesTrakSdk.Microsoft.Extensions.DependencyInjection.Tests.csproj @@ -9,18 +9,18 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/CelesTrakSdk.Tests/CelesTrakSdk.Tests.csproj b/src/CelesTrakSdk.Tests/CelesTrakSdk.Tests.csproj index ed952ad..2c09971 100644 --- a/src/CelesTrakSdk.Tests/CelesTrakSdk.Tests.csproj +++ b/src/CelesTrakSdk.Tests/CelesTrakSdk.Tests.csproj @@ -11,18 +11,18 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - + + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/CelesTrakSdk/CelesTrakSdk.csproj b/src/CelesTrakSdk/CelesTrakSdk.csproj index 65d99d4..7984b87 100644 --- a/src/CelesTrakSdk/CelesTrakSdk.csproj +++ b/src/CelesTrakSdk/CelesTrakSdk.csproj @@ -27,9 +27,9 @@ - + - +