diff --git a/src/Microsoft.AspNet.Cryptography.Internal/project.json b/src/Microsoft.AspNet.Cryptography.Internal/project.json index 88a1331835..deebb4fbca 100644 --- a/src/Microsoft.AspNet.Cryptography.Internal/project.json +++ b/src/Microsoft.AspNet.Cryptography.Internal/project.json @@ -10,11 +10,11 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Runtime.Handles": "4.0.1-beta-*", - "System.Runtime.InteropServices": "4.0.21-beta-*", - "System.Security.Cryptography.Primitives": "4.0.0-beta-*", - "System.Threading": "4.0.11-beta-*" + "System.Diagnostics.Debug": "4.0.11-*", + "System.Runtime.Handles": "4.0.1-*", + "System.Runtime.InteropServices": "4.0.21-*", + "System.Security.Cryptography.Primitives": "4.0.0-*", + "System.Threading": "4.0.11-*" } } }, @@ -23,4 +23,4 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json index 27ec014052..3a4d70c7c1 100644 --- a/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json +++ b/src/Microsoft.AspNet.Cryptography.KeyDerivation/project.json @@ -12,9 +12,9 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Cryptography.Algorithms": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.11-beta-*" + "System.Runtime.Extensions": "4.0.11-*", + "System.Security.Cryptography.Algorithms": "4.0.0-*", + "System.Text.Encoding.Extensions": "4.0.11-*" } } }, @@ -23,4 +23,4 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json index 390ca65bed..f1e1e2f7cf 100644 --- a/src/Microsoft.AspNet.DataProtection.Abstractions/project.json +++ b/src/Microsoft.AspNet.DataProtection.Abstractions/project.json @@ -16,12 +16,12 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.ComponentModel": "4.0.1-beta-*", - "System.Diagnostics.Debug": "4.0.11-beta-*", - "System.Reflection": "4.0.11-beta-*", - "System.Runtime.Extensions": "4.0.11-beta-*", - "System.Security.Cryptography.Primitives": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.11-beta-*" + "System.ComponentModel": "4.0.1-*", + "System.Diagnostics.Debug": "4.0.11-*", + "System.Reflection": "4.0.11-*", + "System.Runtime.Extensions": "4.0.11-*", + "System.Security.Cryptography.Primitives": "4.0.0-*", + "System.Text.Encoding.Extensions": "4.0.11-*" } } }, @@ -29,4 +29,4 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.DataProtection.Sources/project.json b/src/Microsoft.AspNet.DataProtection.Sources/project.json index 0ac9ef2265..e04fdd43ea 100644 --- a/src/Microsoft.AspNet.DataProtection.Sources/project.json +++ b/src/Microsoft.AspNet.DataProtection.Sources/project.json @@ -10,8 +10,8 @@ "net451": {}, "dotnet5.4": { "dependencies": { - "System.Security.Cryptography.Primitives": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.11-beta-*" + "System.Security.Cryptography.Primitives": "4.0.0-*", + "System.Text.Encoding.Extensions": "4.0.11-*" } } }, @@ -20,4 +20,4 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } -} \ No newline at end of file +} diff --git a/src/Microsoft.AspNet.DataProtection/project.json b/src/Microsoft.AspNet.DataProtection/project.json index dd62c8981c..cc50ae2ec0 100644 --- a/src/Microsoft.AspNet.DataProtection/project.json +++ b/src/Microsoft.AspNet.DataProtection/project.json @@ -28,13 +28,13 @@ "dotnet5.4": { "dependencies": { "Microsoft.Win32.Registry": "4.0.0-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.Claims": "4.0.1-beta-*", - "System.Security.Principal.Windows": "4.0.0-beta-*", - "System.Xml.XDocument": "4.0.11-beta-*" + "System.Linq": "4.0.1-*", + "System.Reflection.Extensions": "4.0.1-*", + "System.Reflection.TypeExtensions": "4.0.1-*", + "System.Security.Cryptography.X509Certificates": "4.0.0-*", + "System.Security.Claims": "4.0.1-*", + "System.Security.Principal.Windows": "4.0.0-*", + "System.Xml.XDocument": "4.0.11-*" } } }, @@ -43,4 +43,4 @@ "warningsAsErrors": true, "keyFile": "../../tools/Key.snk" } -} \ No newline at end of file +}