From 5c9e11d7a024fd0d43893ba7706c42446d26e60e Mon Sep 17 00:00:00 2001 From: Qstick Date: Sat, 19 Nov 2022 16:23:36 -0600 Subject: [PATCH] Bump DryIoc to 5.3.0 --- src/NzbDrone.Common/Radarr.Common.csproj | 2 +- src/NzbDrone.Host/Radarr.Host.csproj | 4 ++-- src/NzbDrone.Test.Common/AutoMoq/AutoMoqer.cs | 2 +- src/NzbDrone.Update/Radarr.Update.csproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/NzbDrone.Common/Radarr.Common.csproj b/src/NzbDrone.Common/Radarr.Common.csproj index 39a84917a..c3f625548 100644 --- a/src/NzbDrone.Common/Radarr.Common.csproj +++ b/src/NzbDrone.Common/Radarr.Common.csproj @@ -4,7 +4,7 @@ ISMUSL - + diff --git a/src/NzbDrone.Host/Radarr.Host.csproj b/src/NzbDrone.Host/Radarr.Host.csproj index 421407265..920208614 100644 --- a/src/NzbDrone.Host/Radarr.Host.csproj +++ b/src/NzbDrone.Host/Radarr.Host.csproj @@ -7,8 +7,8 @@ - - + + diff --git a/src/NzbDrone.Test.Common/AutoMoq/AutoMoqer.cs b/src/NzbDrone.Test.Common/AutoMoq/AutoMoqer.cs index b2846bf30..c2fa32243 100644 --- a/src/NzbDrone.Test.Common/AutoMoq/AutoMoqer.cs +++ b/src/NzbDrone.Test.Common/AutoMoq/AutoMoqer.cs @@ -100,7 +100,7 @@ namespace NzbDrone.Test.Common.AutoMoq if (serviceType.IsInterface || serviceType.IsAbstract) { var mockType = typeof(Mock<>).MakeGenericType(serviceType); - var mockFactory = new DelegateFactory(r => + var mockFactory = DelegateFactory.Of(r => { var mock = (Mock)r.Resolve(mockType); SetMock(serviceType, mock); diff --git a/src/NzbDrone.Update/Radarr.Update.csproj b/src/NzbDrone.Update/Radarr.Update.csproj index c0526a01c..da0e1a393 100644 --- a/src/NzbDrone.Update/Radarr.Update.csproj +++ b/src/NzbDrone.Update/Radarr.Update.csproj @@ -4,8 +4,8 @@ net6.0 - - + +