New: Drop mono support

This commit is contained in:
ta264
2021-02-10 21:52:49 +00:00
parent 760de88e7c
commit fb130fd0e9
40 changed files with 33 additions and 296 deletions
@@ -44,11 +44,7 @@ namespace NzbDrone.Common.Processes
public static int GetCurrentProcessId()
{
#if NETCOREAPP
return Environment.ProcessId;
#else
return Process.GetCurrentProcess().Id;
#endif
}
public ProcessInfo GetCurrentProcess()