Suppress API check due to reflection load errors (#2185)

[ci skip]
This commit is contained in:
Nate McMaster 2017-11-28 11:04:08 -08:00 committed by GitHub
parent ce68427050
commit 98de3aa50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;kestrel</PackageTags>
<NoWarn>CS1591;$(NoWarn)</NoWarn>
<!-- Temporarily disabled to workaround https://github.com/aspnet/BuildTools/issues/492 -->
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>