Revert back to netcoreapp2.1

This commit is contained in:
Bond_009 2019-02-09 16:06:37 +01:00 committed by Bond-009
parent 585b5201f1
commit ea446fd4a3

View file

@ -3,7 +3,7 @@
<PropertyGroup>
<AssemblyName>jellyfin</AssemblyName>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.2;netcoreapp3.0</TargetFrameworks>
<TargetFramework>netcoreapp2.2</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>