From d7c35b2fe4211230d9033b620ee1b90109b264ee Mon Sep 17 00:00:00 2001 From: flightlevel Date: Tue, 21 Aug 2018 20:59:48 +1000 Subject: [PATCH] Jackett.Common: Use NETStandard --- src/Jackett.Common/Jackett.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Jackett.Common.csproj b/src/Jackett.Common/Jackett.Common.csproj index aa53e0129..b05de76c6 100644 --- a/src/Jackett.Common/Jackett.Common.csproj +++ b/src/Jackett.Common/Jackett.Common.csproj @@ -1,7 +1,7 @@  - netstandard2.0;net461 + netstandard2.0 0.0.0