1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 17:12:49 -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

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