Disable API Check in projects with untracked breaking changes

This commit is contained in:
Doug Bunting 2017-03-21 11:01:03 -07:00
parent 2f89b1d40b
commit 387e2d8ad1
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -10,6 +10,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;testing</PackageTags>
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.3' ">$(PackageTargetFallback);portable-net45+win8</PackageTargetFallback>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>