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

@ -6,6 +6,10 @@
<RootNamespace>Bit.Admin</RootNamespace>
<UserSecretsId>bitwarden-Admin</UserSecretsId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj" />