From 9d0c59dc5cf553a737eb088f939187796659bc3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:07:03 +0000 Subject: [PATCH] Bump the nuget group with 8 updates Bumps the nuget group with 9 updates: | Package | From | To | | --- | --- | --- | | [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.29.2` | `0.30.2` | | [Microsoft.Bcl.AsyncInterfaces](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | System.Threading.Tasks.Extensions | `4.5.4` | `4.5.4` | | [System.Management](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [System.Memory](https://github.com/dotnet/maintenance-packages) | `4.5.5` | `4.6.0` | | [FluentAssertions](https://github.com/fluentassertions/fluentassertions) | `6.12.1` | `7.0.0` | | [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) | `17.11.1` | `17.12.0` | | [Xunit.SkippableFact](https://github.com/AArnott/Xunit.SkippableFact) | `1.4.13` | `1.5.23` | | System.Threading.Tasks.Extensions | `4.5.4` | `4.6.0` | Updates `CSharpier.MsBuild` from 0.29.2 to 0.30.2 - [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.29.2...0.30.2) Updates `Microsoft.Bcl.AsyncInterfaces` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `System.Threading.Tasks.Extensions` from 4.5.4 to 4.5.4 Updates `System.Management` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `System.Memory` from 4.5.5 to 4.6.0 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `FluentAssertions` from 6.12.1 to 7.0.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.12.1...7.0.0) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.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.11.1...v17.12.0) Updates `Xunit.SkippableFact` from 1.4.13 to 1.5.23 - [Release notes](https://github.com/AArnott/Xunit.SkippableFact/releases) - [Commits](https://github.com/AArnott/Xunit.SkippableFact/compare/v1.4.13...v1.5.23) 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-minor dependency-group: nuget - dependency-name: Microsoft.Bcl.AsyncInterfaces dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: System.Threading.Tasks.Extensions 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-major dependency-group: nuget - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: FluentAssertions dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Xunit.SkippableFact dependency-type: direct:production update-type: version-update:semver-minor 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 | 2 +- CliWrap.Signaler/CliWrap.Signaler.csproj | 2 +- CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj | 4 ++-- CliWrap.Tests/CliWrap.Tests.csproj | 8 ++++---- CliWrap/CliWrap.csproj | 10 +++++----- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj index 373be887..52313f0f 100644 --- a/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj +++ b/CliWrap.Benchmarks/CliWrap.Benchmarks.csproj @@ -7,7 +7,7 @@ - + diff --git a/CliWrap.Signaler/CliWrap.Signaler.csproj b/CliWrap.Signaler/CliWrap.Signaler.csproj index 402140c6..2e02ea51 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 8fb16b07..35e57565 100644 --- a/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj +++ b/CliWrap.Tests.Dummy/CliWrap.Tests.Dummy.csproj @@ -8,9 +8,9 @@ - + - + \ No newline at end of file diff --git a/CliWrap.Tests/CliWrap.Tests.csproj b/CliWrap.Tests/CliWrap.Tests.csproj index d00d6dac..f3ca5fa8 100644 --- a/CliWrap.Tests/CliWrap.Tests.csproj +++ b/CliWrap.Tests/CliWrap.Tests.csproj @@ -11,15 +11,15 @@ - - + + - + - + diff --git a/CliWrap/CliWrap.csproj b/CliWrap/CliWrap.csproj index ee0d54ff..2de7520a 100644 --- a/CliWrap/CliWrap.csproj +++ b/CliWrap/CliWrap.csproj @@ -23,13 +23,13 @@ - - + + - - - + + +