Suppress NU1701 in Release builds
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
||||||
<WarningsAsErrors>NU1605</WarningsAsErrors>
|
<WarningsAsErrors>NU1605</WarningsAsErrors>
|
||||||
<NoWarn>1701;1702;NU1701</NoWarn>
|
<NoWarn>1701;1702</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
@@ -25,7 +25,9 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="Ookii.Dialogs.Wpf.NETCore" Version="2.0.0" />
|
<PackageReference Include="Ookii.Dialogs.Wpf.NETCore" Version="2.0.0" />
|
||||||
<PackageReference Include="XamlAnimatedGif" Version="1.2.2" />
|
<PackageReference Include="XamlAnimatedGif" Version="1.2.2">
|
||||||
|
<NoWarn>NU1701</NoWarn>
|
||||||
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user