From ccbf67d3a61b19072bb4343741e3c1ee86f0268e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Wed, 6 Nov 2019 12:21:35 +0000 Subject: [PATCH] really fixed the build --- src/Ombi.Api.Radarr/Ombi.Api.Radarr.csproj | 2 +- src/Ombi.Api/Ombi.Api.csproj | 2 +- .../Ombi.DependencyInjection.csproj | 9 +------ src/Ombi.Helpers/Ombi.Helpers.csproj | 4 +-- src/Ombi.Settings/Ombi.Settings.csproj | 2 +- src/Ombi.Updater/Ombi.Updater.csproj | 26 +++++++++---------- src/Ombi.Updater/Program.cs | 8 +++--- src/Ombi/Ombi.csproj | 12 ++++----- 8 files changed, 29 insertions(+), 36 deletions(-) diff --git a/src/Ombi.Api.Radarr/Ombi.Api.Radarr.csproj b/src/Ombi.Api.Radarr/Ombi.Api.Radarr.csproj index a3e67e6d0..2efedfad6 100644 --- a/src/Ombi.Api.Radarr/Ombi.Api.Radarr.csproj +++ b/src/Ombi.Api.Radarr/Ombi.Api.Radarr.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Ombi.Api/Ombi.Api.csproj b/src/Ombi.Api/Ombi.Api.csproj index da4451ed3..4e9843866 100644 --- a/src/Ombi.Api/Ombi.Api.csproj +++ b/src/Ombi.Api/Ombi.Api.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj b/src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj index 8a8cbb0d8..59a37d6aa 100644 --- a/src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj +++ b/src/Ombi.DependencyInjection/Ombi.DependencyInjection.csproj @@ -11,7 +11,7 @@ - + @@ -42,11 +42,4 @@ - - - - ..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.signalr.core\1.1.0\lib\netstandard2.0\Microsoft.AspNetCore.SignalR.Core.dll - - - \ No newline at end of file diff --git a/src/Ombi.Helpers/Ombi.Helpers.csproj b/src/Ombi.Helpers/Ombi.Helpers.csproj index f562f5dd5..36539f4ef 100644 --- a/src/Ombi.Helpers/Ombi.Helpers.csproj +++ b/src/Ombi.Helpers/Ombi.Helpers.csproj @@ -10,8 +10,8 @@ - - + + diff --git a/src/Ombi.Settings/Ombi.Settings.csproj b/src/Ombi.Settings/Ombi.Settings.csproj index f5ad2032c..96f01a823 100644 --- a/src/Ombi.Settings/Ombi.Settings.csproj +++ b/src/Ombi.Settings/Ombi.Settings.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/Ombi.Updater/Ombi.Updater.csproj b/src/Ombi.Updater/Ombi.Updater.csproj index 0fdad5985..68adbb762 100644 --- a/src/Ombi.Updater/Ombi.Updater.csproj +++ b/src/Ombi.Updater/Ombi.Updater.csproj @@ -3,7 +3,7 @@ Exe win10-x64;win10-x86;osx-x64;ubuntu-x64;debian.8-x64;centos.7-x64;linux-x64;linux-arm;linux-arm64; - netcoreapp2.2 + netcoreapp3.0 3.0.0.0 3.0.0.0 @@ -11,18 +11,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/src/Ombi.Updater/Program.cs b/src/Ombi.Updater/Program.cs index 612d9d3fb..40586b219 100644 --- a/src/Ombi.Updater/Program.cs +++ b/src/Ombi.Updater/Program.cs @@ -32,10 +32,10 @@ namespace Ombi.Updater private static void ConfigureServices(IServiceCollection serviceCollection) { // Add logging - serviceCollection.AddSingleton(new LoggerFactory() - .AddConsole() - .AddSerilog() - .AddDebug()); + //serviceCollection.AddSingleton(new LoggerFactory() + // .AddConsole() + // .AddSerilog() + // .AddDebug()); serviceCollection.AddLogging(); Log.Logger = new LoggerConfiguration() diff --git a/src/Ombi/Ombi.csproj b/src/Ombi/Ombi.csproj index 9380cc6b8..6b280a2da 100644 --- a/src/Ombi/Ombi.csproj +++ b/src/Ombi/Ombi.csproj @@ -57,18 +57,18 @@ - + - - + + - - - + + +