Skip to content

Commit

Permalink
suppress xml warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RuaridhAnswer committed Dec 11, 2023
1 parent c84c683 commit fac8d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Answer.King.Domain/Answer.King.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702</NoWarn>
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>

</Project>

0 comments on commit fac8d53

Please sign in to comment.