From bba817a99bdc1e593c0be580508c4ec9ea9dd4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 13:38:44 +0000 Subject: [PATCH] Bump the nuget group with 4 updates Bumps Newtonsoft.Json to 13.0.1 Bumps RestSharp from 106.10.1 to 106.12.0 Bumps SharpZipLib to 1.3.3 Bumps SixLabors.ImageSharp to 2.1.11 --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production dependency-group: nuget - dependency-name: SharpZipLib dependency-version: 1.3.3 dependency-type: direct:production dependency-group: nuget - dependency-name: SixLabors.ImageSharp dependency-version: 2.1.11 dependency-type: direct:production dependency-group: nuget - dependency-name: SixLabors.ImageSharp dependency-version: 2.1.11 dependency-type: direct:production dependency-group: nuget - dependency-name: RestSharp dependency-version: 106.12.0 dependency-type: direct:production dependency-group: nuget - dependency-name: Newtonsoft.Json dependency-version: 13.0.1 dependency-type: direct:production dependency-group: nuget ... Signed-off-by: dependabot[bot] --- src/Directory.Build.props | 9 +++------ src/NzbDrone.Api/Radarr.Api.csproj | 4 +++- src/NzbDrone.Common/Radarr.Common.csproj | 4 ++-- src/NzbDrone.Core/Radarr.Core.csproj | 4 ++-- src/NzbDrone.Test.Common/Radarr.Test.Common.csproj | 2 +- src/Radarr.Api.V3/Radarr.Api.V3.csproj | 2 +- src/Radarr.Http/Radarr.Http.csproj | 2 +- src/Targets/FixBindingRedirects.targets | 4 +--- src/Targets/MonoFacades.targets | 12 +++++------- src/Targets/PublishAllRids.targets | 9 +++------ 10 files changed, 22 insertions(+), 30 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index dadfcb9d387..97120f71507 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -125,20 +125,17 @@ - + <_UsingDefaultRuntimeIdentifier>true win-x64 - + <_UsingDefaultRuntimeIdentifier>true linux-x64 - + <_UsingDefaultRuntimeIdentifier>true osx-x64 diff --git a/src/NzbDrone.Api/Radarr.Api.csproj b/src/NzbDrone.Api/Radarr.Api.csproj index 98a7a4d923c..6f57410025a 100644 --- a/src/NzbDrone.Api/Radarr.Api.csproj +++ b/src/NzbDrone.Api/Radarr.Api.csproj @@ -8,9 +8,11 @@ - + + + diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj index 705cd36291a..e2472b9b769 100644 --- a/src/NzbDrone.Common/Radarr.Common.csproj +++ b/src/NzbDrone.Common/Radarr.Common.csproj @@ -5,10 +5,10 @@ - + - + diff --git a/src/NzbDrone.Core/Radarr.Core.csproj b/src/NzbDrone.Core/Radarr.Core.csproj index c8c57f2b2e2..e5efcf7c129 100644 --- a/src/NzbDrone.Core/Radarr.Core.csproj +++ b/src/NzbDrone.Core/Radarr.Core.csproj @@ -9,8 +9,8 @@ - - + + diff --git a/src/NzbDrone.Test.Common/Radarr.Test.Common.csproj b/src/NzbDrone.Test.Common/Radarr.Test.Common.csproj index 314884a235f..001ea1b3553 100644 --- a/src/NzbDrone.Test.Common/Radarr.Test.Common.csproj +++ b/src/NzbDrone.Test.Common/Radarr.Test.Common.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Radarr.Api.V3/Radarr.Api.V3.csproj b/src/Radarr.Api.V3/Radarr.Api.V3.csproj index 1c41ef2fe47..0216ad3ae34 100644 --- a/src/Radarr.Api.V3/Radarr.Api.V3.csproj +++ b/src/Radarr.Api.V3/Radarr.Api.V3.csproj @@ -8,7 +8,7 @@ - + diff --git a/src/Radarr.Http/Radarr.Http.csproj b/src/Radarr.Http/Radarr.Http.csproj index 90d1c884769..e8fdf9d5d1c 100644 --- a/src/Radarr.Http/Radarr.Http.csproj +++ b/src/Radarr.Http/Radarr.Http.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Targets/FixBindingRedirects.targets b/src/Targets/FixBindingRedirects.targets index 8b34cfb6829..3f053ffbd9c 100644 --- a/src/Targets/FixBindingRedirects.targets +++ b/src/Targets/FixBindingRedirects.targets @@ -1,8 +1,6 @@ - + diff --git a/src/Targets/MonoFacades.targets b/src/Targets/MonoFacades.targets index 7e358209cb3..e14cf05d9e3 100644 --- a/src/Targets/MonoFacades.targets +++ b/src/Targets/MonoFacades.targets @@ -26,16 +26,14 @@ - + - + - + %(ReferenceCopyLocalPaths.Identity) $(MonoFacadesPath)%(Filename)%(Extension) @@ -44,8 +42,8 @@ - - + + diff --git a/src/Targets/PublishAllRids.targets b/src/Targets/PublishAllRids.targets index e43dd7bfe31..7f909271907 100644 --- a/src/Targets/PublishAllRids.targets +++ b/src/Targets/PublishAllRids.targets @@ -16,7 +16,7 @@ %(Frameworks.Identity) - + %(Identity) %(Framework) @@ -24,15 +24,12 @@ - + RuntimeIdentifier=%(Renamed.Runtime);TargetFramework=%(Renamed.Framework) - +