Skip to content

Commit

Permalink
Ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-E-angelo committed Mar 16, 2024
1 parent 25cb1ba commit ce9d0bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>$(NoWarn);NU1603;NU1608;CS8669;BL0007;EF1001</NoWarn>
<NoWarn>$(NoWarn);NU1603;NU1504;NU1608;CS8669;BL0007;EF1001</NoWarn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'!='Debug|AnyCPU'">
<NoWarn>$(NoWarn);CS8669;BL0007;EF1001</NoWarn>
<NoWarn>$(NoWarn);CS8669;NU1504;BL0007;EF1001</NoWarn>
</PropertyGroup>

</Project>

0 comments on commit ce9d0bb

Please sign in to comment.