From 25c3f1d283b841cefc907a8ab1db56a570400671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 08:45:21 +0000 Subject: [PATCH] Bump the all group with 10 updates Bumps the all group with 10 updates: | Package | From | To | | --- | --- | --- | | [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) | `1.1.1` | `8.0.0` | | [MinVer](https://github.com/adamralph/minver) | `4.3.0` | `5.0.0` | | [System.CommandLine](https://github.com/dotnet/command-line-api) | `2.0.0-beta1.20574.7` | `2.0.0-beta4.22272.1` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` | | [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) | `6.0.0` | `6.0.2` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.11.0` | `6.12.0` | | [GitHubActionsTestLogger](https://github.com/Tyrrrz/GitHubActionsTestLogger) | `2.3.2` | `2.4.1` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.6.3` | `17.10.0` | | [xunit](https://github.com/xunit/xunit) | `2.5.0` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.5.0` | `2.8.2` | Updates `Microsoft.SourceLink.GitHub` from 1.1.1 to 8.0.0 - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.1...8.0.0) Updates `MinVer` from 4.3.0 to 5.0.0 - [Changelog](https://github.com/adamralph/minver/blob/main/CHANGELOG.md) - [Commits](https://github.com/adamralph/minver/compare/4.3.0...5.0.0) Updates `System.CommandLine` from 2.0.0-beta1.20574.7 to 2.0.0-beta4.22272.1 - [Release notes](https://github.com/dotnet/command-line-api/releases) - [Changelog](https://github.com/dotnet/command-line-api/blob/main/docs/History.md) - [Commits](https://github.com/dotnet/command-line-api/commits/2.0.0-beta4.22272.1) 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 `coverlet.msbuild` 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 `FluentAssertions` from 6.11.0 to 6.12.0 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.11.0...6.12.0) Updates `GitHubActionsTestLogger` from 2.3.2 to 2.4.1 - [Release notes](https://github.com/Tyrrrz/GitHubActionsTestLogger/releases) - [Commits](https://github.com/Tyrrrz/GitHubActionsTestLogger/compare/2.3.2...2.4.1) Updates `Microsoft.NET.Test.Sdk` from 17.6.3 to 17.10.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.10.0) Updates `xunit` from 2.5.0 to 2.9.0 - [Commits](https://github.com/xunit/xunit/compare/2.5.0...2.9.0) Updates `xunit.runner.visualstudio` from 2.5.0 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.5.0...2.8.2) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: MinVer dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: System.CommandLine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: coverlet.msbuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: GitHubActionsTestLogger dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- Directory.Build.props | 4 ++-- src/Verlite.CLI/Verlite.CLI.csproj | 2 +- tests/UnitTests/UnitTests.csproj | 14 +++++++------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 652a01e..ac86180 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -49,7 +49,7 @@ 2.3 - + all runtime; build; native; contentfiles; analyzers @@ -81,7 +81,7 @@ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb - + diff --git a/src/Verlite.CLI/Verlite.CLI.csproj b/src/Verlite.CLI/Verlite.CLI.csproj index c18fb18..86864e3 100644 --- a/src/Verlite.CLI/Verlite.CLI.csproj +++ b/src/Verlite.CLI/Verlite.CLI.csproj @@ -40,6 +40,6 @@ - + diff --git a/tests/UnitTests/UnitTests.csproj b/tests/UnitTests/UnitTests.csproj index e3c31fc..d1028e7 100644 --- a/tests/UnitTests/UnitTests.csproj +++ b/tests/UnitTests/UnitTests.csproj @@ -23,19 +23,19 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - - + + + + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive