1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

ignore xml comment warnings

This commit is contained in:
Kyle Spearrin
2019-03-07 17:09:29 -05:00
parent 75f01a5774
commit bca4f850a5
9 changed files with 33 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<NoWarn>1701;1702;1705;NU1701</NoWarn>
<NoWarn>1701;1702;1705;NU1701;1591</NoWarn>
<RootNamespace>Bit.Setup</RootNamespace>
</PropertyGroup>