diff --git a/src/Microsoft.AspNet.Mvc.Core/project.json b/src/Microsoft.AspNet.Mvc.Core/project.json index 6302a229c3..7920738b2f 100644 --- a/src/Microsoft.AspNet.Mvc.Core/project.json +++ b/src/Microsoft.AspNet.Mvc.Core/project.json @@ -26,7 +26,7 @@ }, "aspnetcore50": { "dependencies": { - "Microsoft.CSharp": "4.0.0.0", + "Microsoft.CSharp": "4.0.0-beta-*", "System.Collections": "4.0.10-beta-*", "System.Collections.Concurrent": "4.0.0-beta-*", "System.ComponentModel": "4.0.0-beta-*", @@ -46,7 +46,7 @@ "System.Runtime": "4.0.20-beta-*", "System.Runtime.Extensions": "4.0.10-beta-*", "System.Runtime.InteropServices": "4.0.20-beta-*", - "System.Runtime.Serialization.Xml": "4.0.0-beta-*", + "System.Runtime.Serialization.Xml": "4.0.10-beta-*", "System.Security.Claims": "1.0.0-*", "System.Security.Cryptography.Encryption": "4.0.0-beta-*", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", diff --git a/src/Microsoft.AspNet.Mvc.ModelBinding/project.json b/src/Microsoft.AspNet.Mvc.ModelBinding/project.json index 7ed2c75fc1..f2f1271d2a 100644 --- a/src/Microsoft.AspNet.Mvc.ModelBinding/project.json +++ b/src/Microsoft.AspNet.Mvc.ModelBinding/project.json @@ -42,7 +42,7 @@ "System.Runtime.Extensions": "4.0.10-beta-*", "System.Runtime.InteropServices": "4.0.20-beta-*", "System.Runtime.Serialization.Primitives": "4.0.0-beta-*", - "System.Runtime.Serialization.Xml": "4.0.0-beta-*", + "System.Runtime.Serialization.Xml": "4.0.10-beta-*", "System.Text.Encoding": "4.0.10-beta-*", "System.Text.Encoding.Extensions": "4.0.10-beta-*", "System.Threading": "4.0.0-beta-*",