From 0d64b2ce7abf41df67d8f5eb272bd4fa6d2ca346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 08:47:11 +0000 Subject: [PATCH] chore(deps): Bump the nuget-dependencies group in /src with 9 updates Bumps the nuget-dependencies group in /src with 9 updates: | Package | From | To | | --- | --- | --- | | [JetBrains.Annotations](https://github.com/JetBrains/JetBrains.Annotations) | `2023.2.0` | `2023.3.0` | | [Microsoft.Extensions.Configuration.EnvironmentVariables](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [Microsoft.Extensions.Options](https://github.com/dotnet/runtime) | `8.0.0` | `8.0.1` | | [Microsoft.Extensions.Options.ConfigurationExtensions](https://github.com/dotnet/runtime) | `7.0.0` | `8.0.0` | | [AutoFixture](https://github.com/AutoFixture/AutoFixture) | `4.18.0` | `4.18.1` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.3.3` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.8.0` | | [xunit](https://github.com/xunit/xunit) | `2.6.0` | `2.6.6` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.5.6` | Updates `JetBrains.Annotations` from 2023.2.0 to 2023.3.0 - [Commits](https://github.com/JetBrains/JetBrains.Annotations/compare/v2023.2.0...2023.3) Updates `Microsoft.Extensions.Configuration.EnvironmentVariables` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Updates `Microsoft.Extensions.Options` 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.Extensions.Options.ConfigurationExtensions` from 7.0.0 to 8.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v7.0.0...v8.0.0) Updates `AutoFixture` from 4.18.0 to 4.18.1 - [Release notes](https://github.com/AutoFixture/AutoFixture/releases) - [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.18.0...v4.18.1) 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.NET.Test.Sdk` from 17.6.3 to 17.8.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.8.0) Updates `xunit` from 2.6.0 to 2.6.6 - [Commits](https://github.com/xunit/xunit/compare/2.6.0...2.6.6) Updates `xunit.runner.visualstudio` from 2.5.0 to 2.5.6 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.0...2.5.6) --- updated-dependencies: - dependency-name: JetBrains.Annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.Configuration.EnvironmentVariables dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.Options dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.Options.ConfigurationExtensions dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget-dependencies - dependency-name: AutoFixture 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.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-patch dependency-group: nuget-dependencies - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] --- src/SpaceTrackSdk.Tests/SpaceTrackSdk.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SpaceTrackSdk.Tests/SpaceTrackSdk.Tests.csproj b/src/SpaceTrackSdk.Tests/SpaceTrackSdk.Tests.csproj index a9dc576..bd002b1 100644 --- a/src/SpaceTrackSdk.Tests/SpaceTrackSdk.Tests.csproj +++ b/src/SpaceTrackSdk.Tests/SpaceTrackSdk.Tests.csproj @@ -20,7 +20,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all