mirror of
https://github.com/Jackett/Jackett
synced 2025-02-23 14:51:01 +00:00
Change assembly name to jackett for Non-Windows .NET Core
This commit is contained in:
parent
8cacbcc9b9
commit
70666c459b
1 changed files with 5 additions and 1 deletions
|
@ -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'">
|
||||
|
|
Loading…
Reference in a new issue