diff --git a/src/Microsoft.AspNet.Cryptography.Internal/project.json b/src/Microsoft.AspNet.Cryptography.Internal/project.json index 2082cc1e33..ded1620641 100644 --- a/src/Microsoft.AspNet.Cryptography.Internal/project.json +++ b/src/Microsoft.AspNet.Cryptography.Internal/project.json @@ -12,14 +12,14 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Diagnostics.Debug": "4.0.10-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.Resources.ResourceManager": "4.0.0-beta-*", - "System.Runtime": "4.0.20-beta-*", - "System.Runtime.Handles": "4.0.0-beta-*", - "System.Runtime.InteropServices": "4.0.20-beta-*", + "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.Threading": "4.0.10-beta-*" + "System.Threading": "4.0.11-beta-*" } } }, diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json index 1d54408978..9a2b42e208 100644 --- a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json @@ -14,10 +14,10 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Runtime.Extensions": "4.0.10-beta-*", + "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.Text.Encoding.Extensions": "4.0.10-beta-*" + "System.Text.Encoding.Extensions": "4.0.11-beta-*" } } }, diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json index 44404cf494..0c1bd7f94b 100644 --- a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json +++ b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json @@ -19,13 +19,13 @@ "dnxcore50": { "dependencies": { "Microsoft.Dnx.Runtime.Abstractions": "1.0.0-*", - "System.ComponentModel": "4.0.0-beta-*", - "System.Diagnostics.Debug": "4.0.10-beta-*", - "System.Reflection": "4.0.10-beta-*", - "System.Resources.ResourceManager": "4.0.0-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*", + "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.Text.Encoding.Extensions": "4.0.10-beta-*" + "System.Text.Encoding.Extensions": "4.0.11-beta-*" } } }, diff --git a/src/Microsoft.AspNet.DataProtection.Sources/project.json b/src/Microsoft.AspNet.DataProtection.Sources/project.json index 49a87fca56..6244fa890a 100644 --- a/src/Microsoft.AspNet.DataProtection.Sources/project.json +++ b/src/Microsoft.AspNet.DataProtection.Sources/project.json @@ -13,7 +13,7 @@ "dnxcore50": { "dependencies": { "System.Security.Cryptography.Encryption": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.10-beta-*" + "System.Text.Encoding.Extensions": "4.0.11-beta-*" } } }, diff --git a/src/Microsoft.AspNet.DataProtection/project.json b/src/Microsoft.AspNet.DataProtection/project.json index 6ebc06836b..f746667030 100644 --- a/src/Microsoft.AspNet.DataProtection/project.json +++ b/src/Microsoft.AspNet.DataProtection/project.json @@ -34,19 +34,19 @@ "dnxcore50": { "dependencies": { "Microsoft.Win32.Registry": "4.0.0-beta-*", - "System.IO": "4.0.10-beta-*", - "System.IO.FileSystem": "4.0.0-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Reflection.Extensions": "4.0.0-beta-*", - "System.Reflection.TypeExtensions": "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.0-beta-*", + "System.Security.Claims": "4.0.1-beta-*", "System.Security.Principal.Windows": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.10-beta-*", - "System.Xml.XDocument": "4.0.10-beta-*" + "System.Text.Encoding.Extensions": "4.0.11-beta-*", + "System.Xml.XDocument": "4.0.11-beta-*" } } },