#396 React to CoreCLR Cryptography package changes, remove transitive dependencies.
This commit is contained in:
parent
2a204e473b
commit
f3e03fbf26
|
|
@ -12,10 +12,6 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": { }
|
||||||
"dependencies": {
|
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,7 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*",
|
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
|
||||||
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,10 +17,6 @@
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": { }
|
||||||
"dependencies": {
|
|
||||||
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue