1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -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

@ -6,10 +6,6 @@
<RootNamespace>Bit.Server</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1591</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.1.5" />
</ItemGroup>