From 88890595d1184630c8f64c45b991e4f0cb850064 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Tue, 18 Apr 2017 09:01:35 -0700 Subject: [PATCH] Define a constant to workaround corefxlab classes asses modifier issue --- ...osoft.AspNetCore.Server.Kestrel.Transport.Abstractions.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.csproj b/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.csproj index 5bc4008a1b..8ea0de0a32 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.csproj +++ b/src/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions/Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.csproj @@ -10,6 +10,7 @@ CS1570;CS1571;CS1572;CS1573;CS1574;CS1591;$(NoWarn) false true + $(DefineConstants);KESTREL_BY_SOURCE