From 542d87d9d2204a592199faed84f491d28af4f3fc Mon Sep 17 00:00:00 2001 From: Pranav K Date: Fri, 10 Oct 2014 10:45:08 -0700 Subject: [PATCH] Removing version from framework assemblies node --- src/Microsoft.AspNet.Security.DataProtection/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Security.DataProtection/project.json b/src/Microsoft.AspNet.Security.DataProtection/project.json index b12bf80f25..0c20fb3aee 100644 --- a/src/Microsoft.AspNet.Security.DataProtection/project.json +++ b/src/Microsoft.AspNet.Security.DataProtection/project.json @@ -3,7 +3,7 @@ "frameworks": { "net45": { "frameworkAssemblies": { - "System.Security": "4.0.0-beta-*" + "System.Security": "" } }, "aspnetcore50": {