Ignore NU1605

This commit is contained in:
flightlevel
2018-12-23 22:11:47 +11:00
parent 7a9adc283b
commit ef162f07e5
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks> <TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Version>0.0.0</Version> <Version>0.0.0</Version>
<NoWarn>NU1605</NoWarn>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View File

@@ -5,6 +5,7 @@
<ApplicationIcon>jackett.ico</ApplicationIcon> <ApplicationIcon>jackett.ico</ApplicationIcon>
<AssemblyName>JackettConsole</AssemblyName> <AssemblyName>JackettConsole</AssemblyName>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<NoWarn>NU1605</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'"> <PropertyGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">