update server core project

This commit is contained in:
Luke Pulverenti 2016-11-11 00:41:05 -05:00
parent 2a5cc34256
commit b3f22fd052
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@ using MediaBrowser.Model.Logging;
using System; using System;
using System.IO; using System.IO;
namespace MediaBrowser.Server.Startup.Common namespace Emby.Server.Core
{ {
public class UnhandledExceptionWriter public class UnhandledExceptionWriter
{ {

View file

@ -8,7 +8,7 @@
"frameworks": { "frameworks": {
"net46": { "net46": {
"frameworkAssemblies": { "frameworkAssemblies": {
"System.Runtime": "4.0.0"
}, },
"dependencies": { "dependencies": {
"MediaBrowser.Model": { "MediaBrowser.Model": {

View file

@ -172,7 +172,6 @@
<Compile Include="Sync\SyncRepository.cs" /> <Compile Include="Sync\SyncRepository.cs" />
<Compile Include="SystemEvents.cs" /> <Compile Include="SystemEvents.cs" />
<Compile Include="TextLocalizer.cs" /> <Compile Include="TextLocalizer.cs" />
<Compile Include="UnhandledExceptionWriter.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj"> <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">