From 3c913eac24acc3615f0f0020a8c4e690b88922ca Mon Sep 17 00:00:00 2001 From: ta264 Date: Sun, 29 May 2022 22:51:59 +0100 Subject: [PATCH] Ensure .Mono and .Windows projects have all dependencies in build output Fixes development on linux --- src/NzbDrone.Mono/Prowlarr.Mono.csproj | 1 + src/NzbDrone.Windows/Prowlarr.Windows.csproj | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/NzbDrone.Mono/Prowlarr.Mono.csproj b/src/NzbDrone.Mono/Prowlarr.Mono.csproj index a5038be86..ede3bd762 100644 --- a/src/NzbDrone.Mono/Prowlarr.Mono.csproj +++ b/src/NzbDrone.Mono/Prowlarr.Mono.csproj @@ -1,6 +1,7 @@  net6.0 + true diff --git a/src/NzbDrone.Windows/Prowlarr.Windows.csproj b/src/NzbDrone.Windows/Prowlarr.Windows.csproj index 794c0fc9c..2b5a5c955 100644 --- a/src/NzbDrone.Windows/Prowlarr.Windows.csproj +++ b/src/NzbDrone.Windows/Prowlarr.Windows.csproj @@ -1,6 +1,7 @@  net6.0 + true @@ -9,4 +10,4 @@ - \ No newline at end of file +