From 4c27df166b497636ab4aa1771619d228cb5b429c Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 18 May 2016 09:40:51 -0700 Subject: [PATCH] Revert "React to updated CoreCLR packages" This reverts commit 621ccf889ca93042304e2f54ef61e6f05621781d. --- src/Microsoft.AspNetCore.Authentication/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Authentication/project.json b/src/Microsoft.AspNetCore.Authentication/project.json index e5107da8fc..06de08d84b 100644 --- a/src/Microsoft.AspNetCore.Authentication/project.json +++ b/src/Microsoft.AspNetCore.Authentication/project.json @@ -40,7 +40,7 @@ }, "netstandard1.3": { "dependencies": { - "System.Net.Http": "4.1.0-*" + "System.Net.Http": "4.0.1-*" }, "imports": [ "portable-net451"