update server core project
This commit is contained in:
parent
2a5cc34256
commit
b3f22fd052
|
@ -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
|
||||
{
|
|
@ -8,7 +8,7 @@
|
|||
"frameworks": {
|
||||
"net46": {
|
||||
"frameworkAssemblies": {
|
||||
|
||||
"System.Runtime": "4.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"MediaBrowser.Model": {
|
||||
|
|
|
@ -172,7 +172,6 @@
|
|||
<Compile Include="Sync\SyncRepository.cs" />
|
||||
<Compile Include="SystemEvents.cs" />
|
||||
<Compile Include="TextLocalizer.cs" />
|
||||
<Compile Include="UnhandledExceptionWriter.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
|
||||
|
|
Loading…
Reference in New Issue
Block a user