From 55922d91071fe798e27cd80405df30066f19544c Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 5 Oct 2014 04:31:21 -0700 Subject: [PATCH] Fixed references --- src/Microsoft.AspNet.Security.DataProtection/project.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.AspNet.Security.DataProtection/project.json b/src/Microsoft.AspNet.Security.DataProtection/project.json index fee9e2a689..305c38f2f1 100644 --- a/src/Microsoft.AspNet.Security.DataProtection/project.json +++ b/src/Microsoft.AspNet.Security.DataProtection/project.json @@ -2,8 +2,8 @@ "version": "1.0.0-*", "frameworks": { "net45": { - "dependencies": { - "System.Security": "" + "frameworkAssemblies": { + "System.Security": "4.0.0.0" } }, "aspnetcore50": {