1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-13 05:38:25 -05:00

Revert "ignore xml comment warnings"

This reverts commit bca4f850a5.
This commit is contained in:
Kyle Spearrin
2019-03-07 22:57:24 -05:00
parent faf26ce84f
commit 52e1ceace8
9 changed files with 1 additions and 33 deletions

View File

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