From b3f22fd05237e589d79e3f06de7e5db27effcc93 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 11 Nov 2016 00:41:05 -0500 Subject: [PATCH] update server core project --- .../UnhandledExceptionWriter.cs | 2 +- Emby.Server.Core/project.json | 2 +- .../MediaBrowser.Server.Startup.Common.csproj | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) rename {MediaBrowser.Server.Startup.Common => Emby.Server.Core}/UnhandledExceptionWriter.cs (96%) diff --git a/MediaBrowser.Server.Startup.Common/UnhandledExceptionWriter.cs b/Emby.Server.Core/UnhandledExceptionWriter.cs similarity index 96% rename from MediaBrowser.Server.Startup.Common/UnhandledExceptionWriter.cs rename to Emby.Server.Core/UnhandledExceptionWriter.cs index 696c3892e1..5147be9e7c 100644 --- a/MediaBrowser.Server.Startup.Common/UnhandledExceptionWriter.cs +++ b/Emby.Server.Core/UnhandledExceptionWriter.cs @@ -3,7 +3,7 @@ using MediaBrowser.Model.Logging; using System; using System.IO; -namespace MediaBrowser.Server.Startup.Common +namespace Emby.Server.Core { public class UnhandledExceptionWriter { diff --git a/Emby.Server.Core/project.json b/Emby.Server.Core/project.json index 41f29ca472..ae3ff52036 100644 --- a/Emby.Server.Core/project.json +++ b/Emby.Server.Core/project.json @@ -8,7 +8,7 @@ "frameworks": { "net46": { "frameworkAssemblies": { - + "System.Runtime": "4.0.0" }, "dependencies": { "MediaBrowser.Model": { diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index 8976582b1f..f5f5610650 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -172,7 +172,6 @@ -