From cf222080115f345ace74cf609bdbb1c01bde7ed3 Mon Sep 17 00:00:00 2001 From: Stepan Goremykin Date: Fri, 17 Mar 2023 13:06:24 +0100 Subject: [PATCH] Update packages related to auto tests --- src/Directory.Build.props | 2 +- src/NzbDrone.Api.Test/Sonarr.Api.Test.csproj | 4 ++++ src/NzbDrone.Automation.Test/Sonarr.Automation.Test.csproj | 4 ++++ src/NzbDrone.Common.Test/Sonarr.Common.Test.csproj | 6 ++++++ src/NzbDrone.Core.Test/Sonarr.Core.Test.csproj | 4 ++++ src/NzbDrone.Host.Test/Sonarr.Host.Test.csproj | 6 ++++++ .../Sonarr.Integration.Test.csproj | 4 ++++ src/NzbDrone.Libraries.Test/Sonarr.Libraries.Test.csproj | 6 ++++++ src/NzbDrone.Mono.Test/Sonarr.Mono.Test.csproj | 4 ++++ src/NzbDrone.Test.Common/Sonarr.Test.Common.csproj | 4 ++-- src/NzbDrone.Update.Test/Sonarr.Update.Test.csproj | 6 ++++++ src/NzbDrone.Windows.Test/Sonarr.Windows.Test.csproj | 6 ++++++ 12 files changed, 53 insertions(+), 3 deletions(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 1a42e89c4..e483a1703 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -98,7 +98,7 @@ - + diff --git a/src/NzbDrone.Api.Test/Sonarr.Api.Test.csproj b/src/NzbDrone.Api.Test/Sonarr.Api.Test.csproj index b7755139a..8ca257645 100644 --- a/src/NzbDrone.Api.Test/Sonarr.Api.Test.csproj +++ b/src/NzbDrone.Api.Test/Sonarr.Api.Test.csproj @@ -4,6 +4,10 @@ + + + + diff --git a/src/NzbDrone.Automation.Test/Sonarr.Automation.Test.csproj b/src/NzbDrone.Automation.Test/Sonarr.Automation.Test.csproj index be3d4d4db..3d2e6ca8a 100644 --- a/src/NzbDrone.Automation.Test/Sonarr.Automation.Test.csproj +++ b/src/NzbDrone.Automation.Test/Sonarr.Automation.Test.csproj @@ -5,6 +5,10 @@ + + + + diff --git a/src/NzbDrone.Common.Test/Sonarr.Common.Test.csproj b/src/NzbDrone.Common.Test/Sonarr.Common.Test.csproj index 0c42e8606..44b4aee08 100644 --- a/src/NzbDrone.Common.Test/Sonarr.Common.Test.csproj +++ b/src/NzbDrone.Common.Test/Sonarr.Common.Test.csproj @@ -7,4 +7,10 @@ + + + + + + diff --git a/src/NzbDrone.Core.Test/Sonarr.Core.Test.csproj b/src/NzbDrone.Core.Test/Sonarr.Core.Test.csproj index 4d510b27e..4e8df688e 100644 --- a/src/NzbDrone.Core.Test/Sonarr.Core.Test.csproj +++ b/src/NzbDrone.Core.Test/Sonarr.Core.Test.csproj @@ -6,6 +6,10 @@ + + + + diff --git a/src/NzbDrone.Host.Test/Sonarr.Host.Test.csproj b/src/NzbDrone.Host.Test/Sonarr.Host.Test.csproj index de5add8a7..4f9f26c25 100644 --- a/src/NzbDrone.Host.Test/Sonarr.Host.Test.csproj +++ b/src/NzbDrone.Host.Test/Sonarr.Host.Test.csproj @@ -6,4 +6,10 @@ + + + + + + diff --git a/src/NzbDrone.Integration.Test/Sonarr.Integration.Test.csproj b/src/NzbDrone.Integration.Test/Sonarr.Integration.Test.csproj index 3f7bc743d..4171d9892 100644 --- a/src/NzbDrone.Integration.Test/Sonarr.Integration.Test.csproj +++ b/src/NzbDrone.Integration.Test/Sonarr.Integration.Test.csproj @@ -5,6 +5,10 @@ + + + + diff --git a/src/NzbDrone.Libraries.Test/Sonarr.Libraries.Test.csproj b/src/NzbDrone.Libraries.Test/Sonarr.Libraries.Test.csproj index 2c8b3456a..222ef3643 100644 --- a/src/NzbDrone.Libraries.Test/Sonarr.Libraries.Test.csproj +++ b/src/NzbDrone.Libraries.Test/Sonarr.Libraries.Test.csproj @@ -5,4 +5,10 @@ + + + + + + diff --git a/src/NzbDrone.Mono.Test/Sonarr.Mono.Test.csproj b/src/NzbDrone.Mono.Test/Sonarr.Mono.Test.csproj index 2660db2e4..5990c4740 100644 --- a/src/NzbDrone.Mono.Test/Sonarr.Mono.Test.csproj +++ b/src/NzbDrone.Mono.Test/Sonarr.Mono.Test.csproj @@ -8,6 +8,10 @@ --> + + + + diff --git a/src/NzbDrone.Test.Common/Sonarr.Test.Common.csproj b/src/NzbDrone.Test.Common/Sonarr.Test.Common.csproj index d5af36613..88aca7792 100644 --- a/src/NzbDrone.Test.Common/Sonarr.Test.Common.csproj +++ b/src/NzbDrone.Test.Common/Sonarr.Test.Common.csproj @@ -5,9 +5,9 @@ - + - + diff --git a/src/NzbDrone.Update.Test/Sonarr.Update.Test.csproj b/src/NzbDrone.Update.Test/Sonarr.Update.Test.csproj index c56dc9b98..926eee536 100644 --- a/src/NzbDrone.Update.Test/Sonarr.Update.Test.csproj +++ b/src/NzbDrone.Update.Test/Sonarr.Update.Test.csproj @@ -6,4 +6,10 @@ + + + + + + diff --git a/src/NzbDrone.Windows.Test/Sonarr.Windows.Test.csproj b/src/NzbDrone.Windows.Test/Sonarr.Windows.Test.csproj index 522bcf4fc..4b4287141 100644 --- a/src/NzbDrone.Windows.Test/Sonarr.Windows.Test.csproj +++ b/src/NzbDrone.Windows.Test/Sonarr.Windows.Test.csproj @@ -7,4 +7,10 @@ + + + + + +