From f3e03fbf2605da7d41bea2f346d9a33d608a3f8a Mon Sep 17 00:00:00 2001 From: Chris R Date: Tue, 11 Aug 2015 10:43:02 -0700 Subject: [PATCH] #396 React to CoreCLR Cryptography package changes, remove transitive dependencies. --- src/Microsoft.AspNet.Authentication.Facebook/project.json | 6 +----- src/Microsoft.AspNet.Authentication.Twitter/project.json | 3 +-- src/Microsoft.AspNet.Authentication/project.json | 6 +----- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/Microsoft.AspNet.Authentication.Facebook/project.json b/src/Microsoft.AspNet.Authentication.Facebook/project.json index 1da4a78837..f481284509 100644 --- a/src/Microsoft.AspNet.Authentication.Facebook/project.json +++ b/src/Microsoft.AspNet.Authentication.Facebook/project.json @@ -12,10 +12,6 @@ }, "frameworks": { "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*" - } - } + "dnxcore50": { } } } diff --git a/src/Microsoft.AspNet.Authentication.Twitter/project.json b/src/Microsoft.AspNet.Authentication.Twitter/project.json index e8aa0ecfa2..6818942e39 100644 --- a/src/Microsoft.AspNet.Authentication.Twitter/project.json +++ b/src/Microsoft.AspNet.Authentication.Twitter/project.json @@ -18,8 +18,7 @@ }, "dnxcore50": { "dependencies": { - "System.Net.Http.WinHttpHandler": "4.0.0-beta-*", - "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*" + "System.Net.Http.WinHttpHandler": "4.0.0-beta-*" } } } diff --git a/src/Microsoft.AspNet.Authentication/project.json b/src/Microsoft.AspNet.Authentication/project.json index ae75a83ec9..0c36e3000c 100644 --- a/src/Microsoft.AspNet.Authentication/project.json +++ b/src/Microsoft.AspNet.Authentication/project.json @@ -17,10 +17,6 @@ }, "frameworks": { "dnx451": { }, - "dnxcore50": { - "dependencies": { - "System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*" - } - } + "dnxcore50": { } } }