From 7c2c5f2bef20182dd223665c1a55fb266d8405e1 Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Thu, 30 Nov 2017 18:36:35 -0800 Subject: [PATCH] EnableApiCheck for Kestrel.Https (#2198) --- src/Kestrel.Https/Kestrel.Https.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Kestrel.Https/Kestrel.Https.csproj b/src/Kestrel.Https/Kestrel.Https.csproj index d7fbda15e4..d9620b513e 100644 --- a/src/Kestrel.Https/Kestrel.Https.csproj +++ b/src/Kestrel.Https/Kestrel.Https.csproj @@ -8,8 +8,6 @@ true aspnetcore;kestrel CS1591;$(NoWarn) - - false