#396 React to CoreCLR Cryptography package refactoring. Remove transitive dependencies.

This commit is contained in:
Chris R 2015-08-11 10:34:11 -07:00
parent 7fe2a43b05
commit 9bebd183d7
5 changed files with 4 additions and 15 deletions

View File

@ -13,12 +13,9 @@
"dnxcore50": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime": "4.0.21-beta-*",
"System.Runtime.Handles": "4.0.1-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Threading": "4.0.11-beta-*"
}
}

View File

@ -15,8 +15,7 @@
"dnxcore50": {
"dependencies": {
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Hashing": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
"System.Security.Cryptography.Algorithms": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
}
}

View File

@ -22,9 +22,8 @@
"System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Reflection": "4.0.11-beta-*",
"System.Resources.ResourceManager": "4.0.1-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
}
}

View File

@ -12,7 +12,7 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Security.Cryptography.Encryption": "4.0.0-beta-*",
"System.Security.Cryptography.Primitives": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*"
}
}

View File

@ -34,18 +34,12 @@
"dnxcore50": {
"dependencies": {
"Microsoft.Win32.Registry": "4.0.0-beta-*",
"System.IO": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.1-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Reflection.Extensions": "4.0.1-beta-*",
"System.Reflection.TypeExtensions": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Cryptography.Encryption.Aes": "4.0.0-beta-*",
"System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*",
"System.Security.Cryptography.RandomNumberGenerator": "4.0.0-beta-*",
"System.Security.Claims": "4.0.1-beta-*",
"System.Security.Principal.Windows": "4.0.0-beta-*",
"System.Text.Encoding.Extensions": "4.0.11-beta-*",
"System.Xml.XDocument": "4.0.11-beta-*"
}
}