From 668c96630ad8ad8ed65f7591b6a9c6cc0a408a55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 03:38:10 +0000 Subject: [PATCH] Bump the nuget-minor-patch group with 14 updates Bumps Microsoft.AspNetCore.Cryptography.KeyDerivation from 10.0.10 to 10.0.11 Bumps Microsoft.AspNetCore.SignalR.Client from 10.0.10 to 10.0.11 Bumps Microsoft.Extensions.Configuration from 10.0.10 to 10.0.11 Bumps Microsoft.Extensions.DependencyInjection from 10.0.10 to 10.0.11 Bumps Microsoft.Extensions.Hosting.WindowsServices from 10.0.10 to 10.0.11 Bumps Microsoft.Extensions.Logging from 10.0.10 to 10.0.11 Bumps Microsoft.NET.Test.Sdk from 18.8.1 to 18.9.0 Bumps Microsoft.Playwright from 1.61.0 to 1.62.0 Bumps Microsoft.Playwright.NUnit from 1.61.0 to 1.62.0 Bumps NLog from 6.1.4 to 6.2.0 Bumps NLog.Extensions.Logging from 6.1.4 to 6.2.0 Bumps System.Configuration.ConfigurationManager from 10.0.10 to 10.0.11 Bumps System.Resources.Extensions from 10.0.10 to 10.0.11 Bumps System.ServiceProcess.ServiceController from 10.0.10 to 10.0.11 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.Cryptography.KeyDerivation dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.AspNetCore.SignalR.Client dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Configuration dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.DependencyInjection dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: System.ServiceProcess.ServiceController dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Hosting.WindowsServices dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.Extensions.Logging dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.Playwright dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: Microsoft.Playwright.NUnit dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NLog dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NLog dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NLog dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NLog dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: NLog.Extensions.Logging dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-minor-patch - dependency-name: System.Configuration.ConfigurationManager dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch - dependency-name: System.Resources.Extensions dependency-version: 10.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-minor-patch ... Signed-off-by: dependabot[bot] --- src/Directory.Build.props | 2 +- src/Gamarr.Api.V3/Gamarr.Api.V3.csproj | 2 +- src/Gamarr.Http/Gamarr.Http.csproj | 2 +- .../Gamarr.Automation.Test.csproj | 4 ++-- src/NzbDrone.Common/Gamarr.Common.csproj | 16 ++++++++-------- src/NzbDrone.Core/Gamarr.Core.csproj | 10 +++++----- src/NzbDrone.Host/Gamarr.Host.csproj | 2 +- .../Gamarr.Integration.Test.csproj | 2 +- src/NzbDrone.SignalR/Gamarr.SignalR.csproj | 2 +- .../Gamarr.Test.Common.csproj | 2 +- src/NzbDrone.Update/Gamarr.Update.csproj | 2 +- src/NzbDrone.Windows/Gamarr.Windows.csproj | 2 +- src/NzbDrone/Gamarr.csproj | 2 +- 13 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c5dcebfc..582bb4ce 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -139,7 +139,7 @@ - + diff --git a/src/Gamarr.Api.V3/Gamarr.Api.V3.csproj b/src/Gamarr.Api.V3/Gamarr.Api.V3.csproj index 28e59e2a..7222731e 100644 --- a/src/Gamarr.Api.V3/Gamarr.Api.V3.csproj +++ b/src/Gamarr.Api.V3/Gamarr.Api.V3.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/Gamarr.Http/Gamarr.Http.csproj b/src/Gamarr.Http/Gamarr.Http.csproj index 7a1f9fe2..40a874d0 100644 --- a/src/Gamarr.Http/Gamarr.Http.csproj +++ b/src/Gamarr.Http/Gamarr.Http.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/NzbDrone.Automation.Test/Gamarr.Automation.Test.csproj b/src/NzbDrone.Automation.Test/Gamarr.Automation.Test.csproj index 6fd0e4f5..25eee6a3 100644 --- a/src/NzbDrone.Automation.Test/Gamarr.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/Gamarr.Automation.Test.csproj @@ -4,8 +4,8 @@ enable - - + + diff --git a/src/NzbDrone.Common/Gamarr.Common.csproj b/src/NzbDrone.Common/Gamarr.Common.csproj index 6f808475..a5938af1 100644 --- a/src/NzbDrone.Common/Gamarr.Common.csproj +++ b/src/NzbDrone.Common/Gamarr.Common.csproj @@ -6,25 +6,25 @@ - - + + - + - + - + - + - - + + True True diff --git a/src/NzbDrone.Core/Gamarr.Core.csproj b/src/NzbDrone.Core/Gamarr.Core.csproj index 0c4e7041..84d1d710 100644 --- a/src/NzbDrone.Core/Gamarr.Core.csproj +++ b/src/NzbDrone.Core/Gamarr.Core.csproj @@ -7,19 +7,19 @@ - + - - - + + + - + diff --git a/src/NzbDrone.Host/Gamarr.Host.csproj b/src/NzbDrone.Host/Gamarr.Host.csproj index fd8018cc..0b6e7c8d 100644 --- a/src/NzbDrone.Host/Gamarr.Host.csproj +++ b/src/NzbDrone.Host/Gamarr.Host.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/src/NzbDrone.Integration.Test/Gamarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Gamarr.Integration.Test.csproj index 694ca8f0..b395dfbb 100644 --- a/src/NzbDrone.Integration.Test/Gamarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Gamarr.Integration.Test.csproj @@ -4,7 +4,7 @@ Library - + diff --git a/src/NzbDrone.SignalR/Gamarr.SignalR.csproj b/src/NzbDrone.SignalR/Gamarr.SignalR.csproj index 777c13f2..a8158215 100644 --- a/src/NzbDrone.SignalR/Gamarr.SignalR.csproj +++ b/src/NzbDrone.SignalR/Gamarr.SignalR.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/NzbDrone.Test.Common/Gamarr.Test.Common.csproj b/src/NzbDrone.Test.Common/Gamarr.Test.Common.csproj index 3ba6bb55..a5f39183 100644 --- a/src/NzbDrone.Test.Common/Gamarr.Test.Common.csproj +++ b/src/NzbDrone.Test.Common/Gamarr.Test.Common.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/NzbDrone.Update/Gamarr.Update.csproj b/src/NzbDrone.Update/Gamarr.Update.csproj index ffa03bbb..44ec5d01 100644 --- a/src/NzbDrone.Update/Gamarr.Update.csproj +++ b/src/NzbDrone.Update/Gamarr.Update.csproj @@ -6,7 +6,7 @@ - + diff --git a/src/NzbDrone.Windows/Gamarr.Windows.csproj b/src/NzbDrone.Windows/Gamarr.Windows.csproj index 599d9912..3f162035 100644 --- a/src/NzbDrone.Windows/Gamarr.Windows.csproj +++ b/src/NzbDrone.Windows/Gamarr.Windows.csproj @@ -4,7 +4,7 @@ true - + diff --git a/src/NzbDrone/Gamarr.csproj b/src/NzbDrone/Gamarr.csproj index 3377f07d..f8ca1ed3 100644 --- a/src/NzbDrone/Gamarr.csproj +++ b/src/NzbDrone/Gamarr.csproj @@ -10,7 +10,7 @@ true - +