Revert "Jackett.Common: Use NETStandard"

This reverts commit d7c35b2fe4.
This commit is contained in:
flightlevel
2018-08-21 21:21:29 +10:00
parent d7c35b2fe4
commit 074f0da27f

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Version>0.0.0</Version>
</PropertyGroup>