1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

ignore xml comment warnings

This commit is contained in:
Kyle Spearrin 2019-03-07 17:10:29 -05:00
parent bca4f850a5
commit ec60be2f5d

View File

@ -8,6 +8,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<ItemGroup>