From 387e2d8ad1f0bd6b71604a1965e68e2fd93e4d17 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 21 Mar 2017 11:01:03 -0700 Subject: [PATCH] Disable API Check in projects with untracked breaking changes --- .../Microsoft.AspNetCore.Hosting.csproj | 1 + .../Microsoft.AspNetCore.Server.IntegrationTesting.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj b/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj index d2736fb951..ae8ce723ad 100644 --- a/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj +++ b/src/Microsoft.AspNetCore.Hosting/Microsoft.AspNetCore.Hosting.csproj @@ -8,6 +8,7 @@ $(NoWarn);CS1591 true aspnetcore;hosting + false diff --git a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj index 0a463b8281..d605a44d20 100644 --- a/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj +++ b/src/Microsoft.AspNetCore.Server.IntegrationTesting/Microsoft.AspNetCore.Server.IntegrationTesting.csproj @@ -10,6 +10,7 @@ true aspnetcore;testing $(PackageTargetFallback);portable-net45+win8 + false