continue with .net core targeting

This commit is contained in:
Luke Pulverenti
2016-10-29 16:02:21 -04:00
parent e5d71c1014
commit da20e8dcd2
56 changed files with 10210 additions and 7574 deletions

View File

@@ -13,9 +13,7 @@ using System.Net.Security;
using System.Reflection;
using System.Security.Cryptography.X509Certificates;
using System.Threading.Tasks;
using MediaBrowser.Common.Implementations.IO;
using MediaBrowser.Model.IO;
using MediaBrowser.Server.Implementations.Logging;
using Emby.Common.Implementations.IO;
namespace MediaBrowser.Server.Mono
{