Disable api check to unblock build

This commit is contained in:
Hao Kung 2017-05-25 20:25:04 -07:00
parent e940cdb36b
commit 0b41dd1289
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Microsoft.AspNetCore.Authorization.AuthorizeAttribute</Description>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;authorization</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>