Re-enable API check

This commit is contained in:
John Luo 2018-05-14 02:57:34 -07:00
parent 7cb625c25c
commit 47f28fa6fa
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
<SignAssembly>true</SignAssembly>
<PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<!-- https://github.com/aspnet/IISIntegration/issues/617 -->
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
</Project>