#396 React to CoreCLR Cryptography package changes, remove transitive dependencies.

This commit is contained in:
Chris R 2015-08-11 10:43:02 -07:00
parent 2a204e473b
commit f3e03fbf26
3 changed files with 3 additions and 12 deletions

View File

@ -12,10 +12,6 @@
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
}
}
"dnxcore50": { }
}
}

View File

@ -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-*"
}
}
}

View File

@ -17,10 +17,6 @@
},
"frameworks": {
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*"
}
}
"dnxcore50": { }
}
}