Skip to content

Commit

Permalink
CA1506 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
IharYakimush committed Feb 3, 2025
1 parent 49a19c8 commit 0a80bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<TargetFrameworks>net8.0;net6.0;net462</TargetFrameworks>
<NoWarn>1591;CA1014;CA2007;CA1848;NU1803</NoWarn>
<NoWarn>1591;CA1014;CA2007;CA1848;NU1803;CA1506</NoWarn>
<IsPackable>false</IsPackable>
<LangVersion>12</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit 0a80bff

Please sign in to comment.