From ddcd6a1acb45945f8c5cb8989aeaa6d81158eb01 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 26 Apr 2019 22:12:13 +0100 Subject: [PATCH] Fixed build --- src/Ombi.Hubs/Ombi.Hubs.csproj | 9 ++------- src/Ombi.Schedule/Ombi.Schedule.csproj | 7 +------ src/Ombi/ClientApp/src/typings/globals.d.ts | 2 +- 3 files changed, 4 insertions(+), 14 deletions(-) diff --git a/src/Ombi.Hubs/Ombi.Hubs.csproj b/src/Ombi.Hubs/Ombi.Hubs.csproj index 64d92ec89..7608dfbb5 100644 --- a/src/Ombi.Hubs/Ombi.Hubs.csproj +++ b/src/Ombi.Hubs/Ombi.Hubs.csproj @@ -5,17 +5,12 @@ - + + - - - ..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.aspnetcore.signalr.core\1.1.0\lib\netstandard2.0\Microsoft.AspNetCore.SignalR.Core.dll - - - diff --git a/src/Ombi.Schedule/Ombi.Schedule.csproj b/src/Ombi.Schedule/Ombi.Schedule.csproj index b07f1641c..4e31b6759 100644 --- a/src/Ombi.Schedule/Ombi.Schedule.csproj +++ b/src/Ombi.Schedule/Ombi.Schedule.csproj @@ -16,6 +16,7 @@ + @@ -42,10 +43,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/ClientApp/src/typings/globals.d.ts b/src/Ombi/ClientApp/src/typings/globals.d.ts index 03059272f..ff6860d41 100644 --- a/src/Ombi/ClientApp/src/typings/globals.d.ts +++ b/src/Ombi/ClientApp/src/typings/globals.d.ts @@ -1,6 +1,6 @@ // Globals declare var __webpack_public_path__: any; -declare var module: NodeModule; +declare var module: any; // declare module "*.json" { // const value: any;