Reenable API Check

This commit is contained in:
Javier Calvarro Nelson 2018-03-15 16:55:43 -07:00
parent 181dc0de24
commit acf7584d13
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@
<PackageTags>aspnetcore;kestrel</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>CS1591;$(NoWarn)</NoWarn>
<EnableAPICheck>false</EnableAPICheck>
</PropertyGroup>
<ItemGroup>

View File

@ -9,7 +9,6 @@
<PackageTags>aspnetcore</PackageTags>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<NoWarn>CS1591;$(NoWarn)</NoWarn>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>