From 20f75605ca776cfb66309c319c491ca2170c5292 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Fri, 3 Mar 2017 22:35:41 -0800 Subject: [PATCH] Workaround rogue System.IO.Pipelines on nuget.org --- build/dependencies.props | 3 +++ .../Microsoft.AspNetCore.Server.Kestrel.csproj | 7 +++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/build/dependencies.props b/build/dependencies.props index 9aa824128d..da2ebb0d94 100644 --- a/build/dependencies.props +++ b/build/dependencies.props @@ -3,5 +3,8 @@ 1.6.1 4.3.0 1.9.1 + + 0.1.0-e170301-1 + 0.1.0-e170228-1 diff --git a/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj b/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj index 5dd7b984c9..35ccda46b3 100644 --- a/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj +++ b/src/Microsoft.AspNetCore.Server.Kestrel/Microsoft.AspNetCore.Server.Kestrel.csproj @@ -18,10 +18,9 @@ - - - - + + +