From d5c0ff8c4a7cc712a7a220ab0914d8d82a47d331 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Fri, 25 Sep 2015 09:56:18 -0700 Subject: [PATCH] downgrade System.Threading.Overlapped to fix build --- src/Microsoft.Net.Http.Server/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index ac42adf57d..61f5616c25 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -20,7 +20,7 @@ "System.Security.Claims": "4.0.1-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Principal.Windows": "4.0.0-beta-*", - "System.Threading.Overlapped": "4.0.1-beta-*" + "System.Threading.Overlapped": "4.0.0" } } }