From f4f42df09d307bca026aa08eab78e8aff0803b85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 14:35:04 +0000 Subject: [PATCH] Bump the nuget group with 9 updates Bumps the nuget group with 10 updates: | Package | From | To | | --- | --- | --- | | [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.30.4` | `0.30.6` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | System.Threading.Tasks.Extensions | `4.5.4` | `4.5.4` | | [ProcessX](https://github.com/Cysharp/ProcessX) | `1.5.5` | `1.5.6` | | [System.Management](https://github.com/dotnet/runtime) | `9.0.0` | `9.0.1` | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.3` | `6.0.4` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `7.0.0` | `8.0.1` | | [xunit](https://github.com/xunit/xunit) | `2.9.2` | `2.9.3` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `3.0.0` | `3.0.1` | | System.Threading.Tasks.Extensions | `4.5.4` | `4.6.0` | Updates `CSharpier.MsBuild` from 0.30.4 to 0.30.6 - [Release notes](https://github.com/belav/csharpier/releases) - [Changelog](https://github.com/belav/csharpier/blob/main/CHANGELOG.md) - [Commits](https://github.com/belav/csharpier/compare/0.30.4...0.30.6) Updates `Microsoft.Bcl.AsyncInterfaces` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4 Updates `ProcessX` from 1.5.5 to 1.5.6 - [Release notes](https://github.com/Cysharp/ProcessX/releases) - [Commits](https://github.com/Cysharp/ProcessX/compare/1.5.5...1.5.6) Updates `System.Management` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) Updates `coverlet.collector` from 6.0.3 to 6.0.4 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.3...v6.0.4) Updates `FluentAssertions` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/fluentassertions/fluentassertions/releases) - [Changelog](https://github.com/fluentassertions/fluentassertions/blob/main/AcceptApiChanges.ps1) - [Commits](https://github.com/fluentassertions/fluentassertions/compare/7.0.0...8.0.1) Updates `xunit` from 2.9.2 to 2.9.3 - [Commits](https://github.com/xunit/xunit/compare/v2-2.9.2...v2-2.9.3) Updates `xunit.runner.visualstudio` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/3.0.0...3.0.1) Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.6.0 --- updated-dependencies: - dependency-name: CSharpier.MsBuild dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: ProcessX dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: System.Management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: System.Threading.Tasks.Extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] --- CliWrap.Benchmarks/CliWrap.Benchmarks.csproj | 4 ++-- CliWrap.Signaler/CliWrap.Signaler.csproj | 2 +- CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj | 2 +- CliWrap.Tests/CliWrap.Tests.csproj | 10 +++++----- CliWrap/CliWrap.csproj | 8 ++++---- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj index 7188739b..ede15a1f 100644 --- a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj +++ b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/CliWrap.Signaler/CliWrap.Signaler.csproj b/CliWrap.Signaler/CliWrap.Signaler.csproj index 6a2a5e0d..9410585d 100644 --- a/CliWrap.Signaler/CliWrap.Signaler.csproj +++ b/CliWrap.Signaler/CliWrap.Signaler.csproj @@ -6,7 +6,7 @@ - + \ No newline at end of file diff --git a/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj b/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj index f0f641cc..7ad3d443 100644 --- a/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj +++ b/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj @@ -8,7 +8,7 @@ - + diff --git a/CliWrap.Tests/CliWrap.Tests.csproj b/CliWrap.Tests/CliWrap.Tests.csproj index 9ce9607b..c6d4adba 100644 --- a/CliWrap.Tests/CliWrap.Tests.csproj +++ b/CliWrap.Tests/CliWrap.Tests.csproj @@ -10,15 +10,15 @@ - - - + + + - - + + diff --git a/CliWrap/CliWrap.csproj b/CliWrap/CliWrap.csproj index 23397bca..4de31320 100644 --- a/CliWrap/CliWrap.csproj +++ b/CliWrap/CliWrap.csproj @@ -23,12 +23,12 @@ - - + + - - + +