From 748a6e109029d7b9f53e992e92189d0c6ae38935 Mon Sep 17 00:00:00 2001 From: Chris R Date: Fri, 15 May 2015 11:31:49 -0700 Subject: [PATCH] React to CoreClr dependency changes. --- src/Microsoft.Net.Http.Server/project.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 664ee1f067..5e7160e13d 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -16,8 +16,10 @@ "Microsoft.Win32.Primitives": "4.0.0-beta-*", "System.Diagnostics.Debug": "4.0.10-beta-*", "System.IO.FileSystem": "4.0.0-beta-*", + "System.Security.Claims": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", - "System.Security.Principal.Windows": "4.0.0-beta-*" + "System.Security.Principal.Windows": "4.0.0-beta-*", + "System.Threading.Overlapped": "4.0.0-beta-*" } } }