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