From 50f4fff510426ca3a48fbb142cd60343f9c15a67 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 28 Mar 2014 09:28:23 -0700 Subject: [PATCH] Updating CoreCLR package versions --- src/Microsoft.AspNet.Security/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Security/project.json b/src/Microsoft.AspNet.Security/project.json index 2ef2d0bad6..5106bf0151 100644 --- a/src/Microsoft.AspNet.Security/project.json +++ b/src/Microsoft.AspNet.Security/project.json @@ -29,11 +29,11 @@ "System.Resources.ResourceManager": "4.0.0.0", "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0", - "System.Runtime.InteropServices": "4.0.10.0", + "System.Runtime.InteropServices": "4.0.20.0", "System.Security.Claims": "0.1-alpha-*", "System.Security.Principal" : "4.0.0.0", "System.Threading": "4.0.0.0", - "System.Threading.Tasks": "4.0.0.0" + "System.Threading.Tasks": "4.0.10.0" } } }