From 5ee4fee07bfc23f55acbc9d891b6290ce70b1d1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:33:35 +0000 Subject: [PATCH] Bump the nuget group with 7 updates Bumps the nuget group with 7 updates: | Package | From | To | | --- | --- | --- | | [coverlet.collector](https://github.com/coverlet-coverage/coverlet) | `6.0.2` | `6.0.3` | | [CSharpier.MsBuild](https://github.com/belav/csharpier) | `0.30.2` | `0.30.4` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.2.2` | `11.2.3` | | [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) | `8.3.2` | `8.4.0` | Updates `coverlet.collector` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/compare/v6.0.2...v6.0.3) Updates `CSharpier.MsBuild` from 0.30.2 to 0.30.4 - [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.2...0.30.4) Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.2...3.0.0) Updates `Avalonia` from 11.2.2 to 11.2.3 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3) Updates `Avalonia` from 11.2.2 to 11.2.3 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3) Updates `Avalonia.Desktop` from 11.2.2 to 11.2.3 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3) Updates `Avalonia` from 11.2.2 to 11.2.3 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3) Updates `Avalonia.Diagnostics` from 11.2.2 to 11.2.3 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.2.2...11.2.3) Updates `CommunityToolkit.Mvvm` from 8.3.2 to 8.4.0 - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.3.2...v8.4.0) --- updated-dependencies: - dependency-name: coverlet.collector dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: CSharpier.MsBuild 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-major 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: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor 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 | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj index 3826d40..0ec86e4 100644 --- a/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj +++ b/LightBulb.Core.Tests/LightBulb.Core.Tests.csproj @@ -10,13 +10,13 @@ - - + + - + diff --git a/LightBulb.Core/LightBulb.Core.csproj b/LightBulb.Core/LightBulb.Core.csproj index b3f3ba6..d28e517 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 3427f24..7c90b99 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 b2b4a8d..19c2fd5 100644 --- a/LightBulb/LightBulb.csproj +++ b/LightBulb/LightBulb.csproj @@ -18,12 +18,12 @@ - - - + + + - - + +