refactor(directory): ♻ drop a global warning suppression

This commit is contained in:
Collin M. Barrett 2020-08-23 15:26:57 -05:00
parent aa4eb00aa7
commit 0d9010377f

View file

@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;CA2007;CA1812</NoWarn>
<NoWarn>1701;1702;CA2007</NoWarn>
</PropertyGroup>
<ItemGroup>