From 4e98c79313225e542fad7756985d6659d4937425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:55:58 +0300 Subject: [PATCH] Bump the nuget group with 8 updates (#1268) Bumps the nuget group with 9 updates: | Package | From | To | | --- | --- | --- | | [xunit](https://github.com/xunit/xunit) | `2.8.1` | `2.9.0` | | [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.1` | `2.8.2` | | [AsyncKeyedLock](https://github.com/MarkCiliaVincenti/AsyncKeyedLock) | `6.4.2` | `7.0.0` | | [YoutubeExplode](https://github.com/Tyrrrz/YoutubeExplode) | `6.3.16` | `6.4.0` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Desktop](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Avalonia.Diagnostics](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.1` | | [Material.Avalonia](https://github.com/AvaloniaCommunity/Material.Avalonia) | `3.6.0` | `3.7.2` | | [Avalonia](https://github.com/AvaloniaUI/Avalonia) | `11.0.11` | `11.1.0` | Updates `xunit` from 2.8.1 to 2.9.0 - [Commits](https://github.com/xunit/xunit/compare/2.8.1...2.9.0) Updates `xunit.runner.visualstudio` from 2.8.1 to 2.8.2 - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](https://github.com/xunit/visualstudio.xunit/compare/2.8.1...2.8.2) Updates `AsyncKeyedLock` from 6.4.2 to 7.0.0 - [Release notes](https://github.com/MarkCiliaVincenti/AsyncKeyedLock/releases) - [Commits](https://github.com/MarkCiliaVincenti/AsyncKeyedLock/compare/6.4.2...7.0.0) Updates `YoutubeExplode` from 6.3.16 to 6.4.0 - [Release notes](https://github.com/Tyrrrz/YoutubeExplode/releases) - [Commits](https://github.com/Tyrrrz/YoutubeExplode/compare/6.3.16...6.4) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) Updates `Avalonia.Desktop` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) Updates `Avalonia.Diagnostics` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) Updates `Avalonia` from 11.0.11 to 11.1.1 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) Updates `Material.Avalonia` from 3.6.0 to 3.7.2 - [Release notes](https://github.com/AvaloniaCommunity/Material.Avalonia/releases) - [Commits](https://github.com/AvaloniaCommunity/Material.Avalonia/compare/v3.6.0...v3.7.2) Updates `Avalonia` from 11.0.11 to 11.1.0 - [Release notes](https://github.com/AvaloniaUI/Avalonia/releases) - [Commits](https://github.com/AvaloniaUI/Avalonia/compare/11.0.11...11.1.1) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget - dependency-name: AsyncKeyedLock dependency-type: direct:production update-type: version-update:semver-major dependency-group: nuget - dependency-name: YoutubeExplode 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-minor dependency-group: nuget - dependency-name: Avalonia.Desktop 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-minor dependency-group: nuget - dependency-name: Avalonia.Diagnostics 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-minor dependency-group: nuget - dependency-name: Material.Avalonia 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-minor dependency-group: nuget ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../DiscordChatExporter.Cli.Tests.csproj | 4 ++-- DiscordChatExporter.Core/DiscordChatExporter.Core.csproj | 4 ++-- DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj b/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj index e7e57fe1..d0022766 100644 --- a/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj +++ b/DiscordChatExporter.Cli.Tests/DiscordChatExporter.Cli.Tests.csproj @@ -21,8 +21,8 @@ - - + + diff --git a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj index bb50080b..264d9e65 100644 --- a/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj +++ b/DiscordChatExporter.Core/DiscordChatExporter.Core.csproj @@ -1,7 +1,7 @@ - + @@ -9,7 +9,7 @@ - + \ No newline at end of file diff --git a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj index 14a8183f..b19c98a0 100644 --- a/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj +++ b/DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj @@ -15,16 +15,16 @@ - - - + + + - +