From 4ac7826114da5fe53dc2495ffb7788cd77f220e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:36:11 +0000 Subject: [PATCH] Bump the nuget group with 8 updates Bumps the nuget group with 8 updates: | Package | From | To | | --- | --- | --- | | [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.29.2` | `0.30.2` | | [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` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.0` | `11.2.2` | | [Deorcify](https://github.com/Tyrrrz/Deorcify) | `1.0.2` | `1.1.0` | | [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.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 `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 `Avalonia` from 11.2.0 to 11.2.2 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.0...11.2.2) Updates `Avalonia` from 11.2.0 to 11.2.2 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.0...11.2.2) Updates `Avalonia.Desktop` from 11.2.0 to 11.2.2 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.0...11.2.2) Updates `Avalonia` from 11.2.0 to 11.2.2 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.0...11.2.2) Updates `Avalonia.Diagnostics` from 11.2.0 to 11.2.2 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.0...11.2.2) Updates `Deorcify` from 1.0.2 to 1.1.0 - [Release notes](https://github.com/Tyrrrz/Deorcify/releases) - [Commits](https://github.com/Tyrrrz/Deorcify/compare/1.0.2...1.1) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) --- updated-dependencies: - dependency-name: CSharpier.MsBuild 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: Avalonia dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia.Desktop dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Avalonia.Diagnostics dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: Deorcify dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget ... Signed-off-by: dependabot[bot] --- LightBulb.Core.Tests/LightBulb.Core.Tests.csproj | 6 +++--- LightBulb.Core/LightBulb.Core.csproj | 2 +- .../LightBulb.PlatformInterop.csproj | 2 +- LightBulb/LightBulb.csproj | 12 ++++++------ 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj index bff2dcd..3826d40 100644 --- a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj +++ b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj @@ -11,10 +11,10 @@ - - + + - + diff --git a/LightBulb.Core/LightBulb.Core.csproj b/LightBulb.Core/LightBulb.Core.csproj index 30976cc..b3f3ba6 100644 --- a/LightBulb.Core/LightBulb.Core.csproj +++ b/LightBulb.Core/LightBulb.Core.csproj @@ -1,7 +1,7 @@ - + diff --git a/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj b/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj index 9548dda..3427f24 100644 --- a/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj +++ b/LightBulb.PlatformInterop/LightBulb.PlatformInterop.csproj @@ -1,7 +1,7 @@  - + \ No newline at end of file diff --git a/LightBulb/LightBulb.csproj b/LightBulb/LightBulb.csproj index 93b3504..b2b4a8d 100644 --- a/LightBulb/LightBulb.csproj +++ b/LightBulb/LightBulb.csproj @@ -18,17 +18,17 @@ - - - + + + - - + + - +