Disable API Check in a project with untracked breaking changes

This commit is contained in:
Doug Bunting 2017-03-21 11:01:21 -07:00
parent 7628d2f634
commit 55507de7dd
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;dataprotection</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>