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:
@ -6,6 +6,10 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user