Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-hodgson authored Sep 12, 2023
1 parent d92b27b commit 5ecb3f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Pidgin.Tests/Pidgin.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<PropertyGroup>
<NoWarn>$(NoWarn);xUnit2013;CA1062;CA2007</NoWarn>
<NoWarn>$(NoWarn);SA1217</NoWarn> <!-- "'using static' directives must be ordered alphabetically." Seems broken though -->
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ecb3f9

Please sign in to comment.