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" : { } } }