Disable API Check in projects with untracked breaking changes

This commit is contained in:
Doug Bunting 2017-03-21 10:54:48 -07:00
parent c6a35e7b26
commit 6fbbd5d148
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper</Description>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;cshtml;razor;taghelper;taghelpers</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Microsoft.AspNetCore.Razor\Microsoft.AspNetCore.Razor.csproj" />

View File

@ -8,5 +8,6 @@
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;cshtml;razor</PackageTags>
<EnableApiCheck>false</EnableApiCheck>
</PropertyGroup>
</Project>