Move HttpWebClientNetCore to Jackett.Common

This commit is contained in:
flightlevel
2018-08-31 20:04:36 +10:00
parent 50a09189e4
commit 9e78f46010
4 changed files with 2 additions and 6 deletions

View File

@@ -47,7 +47,6 @@ namespace Jackett.Server
{
if (string.IsNullOrEmpty(options.Client))
{
//TODO: Remove libcurl once off owin
bool runningOnDotNetCore = RuntimeInformation.FrameworkDescription.IndexOf("Core", StringComparison.OrdinalIgnoreCase) >= 0;
if (runningOnDotNetCore)