From 87d4033226b262f58b453a6e4b7144f99755e617 Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 11 Aug 2015 14:29:37 -0700 Subject: [PATCH] #10 React to CoreCLR Cryptography pacakge changes, remove transitive dependencies. --- src/Microsoft.AspNet.Antiforgery/project.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/Microsoft.AspNet.Antiforgery/project.json b/src/Microsoft.AspNet.Antiforgery/project.json index 017b3d6d99..c5de78d2a6 100644 --- a/src/Microsoft.AspNet.Antiforgery/project.json +++ b/src/Microsoft.AspNet.Antiforgery/project.json @@ -17,15 +17,6 @@ "frameworks" : { "dnx451": { }, - "dnxcore50" : { - "dependencies": { - "System.Collections": "4.0.11-beta-*", - "System.Linq": "4.0.1-beta-*", - "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", - "System.Threading": "4.0.11-beta-*", - "Microsoft.CSharp": "4.0.1-beta-*" - } - } + "dnxcore50" : { } } }