From acf7584d136b0296544d69a0607af8cffa370a1f Mon Sep 17 00:00:00 2001 From: Javier Calvarro Nelson Date: Thu, 15 Mar 2018 16:55:43 -0700 Subject: [PATCH] Reenable API Check --- src/Kestrel.Transport.Sockets/Kestrel.Transport.Sockets.csproj | 1 - src/Protocols.Abstractions/Protocols.Abstractions.csproj | 1 - 2 files changed, 2 deletions(-) diff --git a/src/Kestrel.Transport.Sockets/Kestrel.Transport.Sockets.csproj b/src/Kestrel.Transport.Sockets/Kestrel.Transport.Sockets.csproj index 8e065c4828..8af8305852 100644 --- a/src/Kestrel.Transport.Sockets/Kestrel.Transport.Sockets.csproj +++ b/src/Kestrel.Transport.Sockets/Kestrel.Transport.Sockets.csproj @@ -9,7 +9,6 @@ aspnetcore;kestrel true CS1591;$(NoWarn) - false diff --git a/src/Protocols.Abstractions/Protocols.Abstractions.csproj b/src/Protocols.Abstractions/Protocols.Abstractions.csproj index ac03b392b4..cd52227801 100644 --- a/src/Protocols.Abstractions/Protocols.Abstractions.csproj +++ b/src/Protocols.Abstractions/Protocols.Abstractions.csproj @@ -9,7 +9,6 @@ aspnetcore true CS1591;$(NoWarn) - false