Skip to content

Commit

Permalink
Suppress NU1701 in Release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Katy Coe committed Feb 10, 2020
1 parent 556926b commit 2487b94
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Il2CppInspector.GUI/Il2CppInspector.GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<WarningsAsErrors>NU1605</WarningsAsErrors>
<NoWarn>1701;1702;NU1701</NoWarn>
<NoWarn>1701;1702</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand All @@ -25,7 +25,9 @@

<ItemGroup>
<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>
Expand Down

0 comments on commit 2487b94

Please sign in to comment.