Change assembly name to jackett for Non-Windows .NET Core

This commit is contained in:
flightlevel 2019-01-20 09:54:11 +11:00
parent 8cacbcc9b9
commit 70666c459b
1 changed files with 5 additions and 1 deletions

View File

@ -8,8 +8,12 @@
<NoWarn>NU1605</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' != 'net461' and $(RuntimeIdentifier.Contains('win')) == 'false'">
<AssemblyName>jackett</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">
<RuntimeIdentifiers>win-x86;osx-x64;linux-x64;linux-arm</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86;osx-x64;linux-x64;linux-arm;linux-arm64</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'net461'">