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>
<TargetFrameworks>netstandard2.0;net461</TargetFrameworks>
<Version>0.0.0</Version>
<NoWarn>NU1605</NoWarn>
</PropertyGroup>
<ItemGroup>

View File

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