diff --git a/samples/HelloWorld/project.json b/samples/HelloWorld/project.json index 940c50e..d2cd145 100644 --- a/samples/HelloWorld/project.json +++ b/samples/HelloWorld/project.json @@ -9,12 +9,12 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.10-beta-*", + "System.Collections": "4.0.11-beta-*", "System.Console": "4.0.0-beta-*", - "System.Globalization": "4.0.10-beta-*", - "System.IO": "4.0.10-beta-*", - "System.Runtime": "4.0.20-beta-*", - "System.Threading.Tasks": "4.0.10-beta-*" + "System.Globalization": "4.0.11-beta-*", + "System.IO": "4.0.11-beta-*", + "System.Runtime": "4.0.21-beta-*", + "System.Threading.Tasks": "4.0.11-beta-*" } } } diff --git a/src/Microsoft.AspNet.Server.WebListener/project.json b/src/Microsoft.AspNet.Server.WebListener/project.json index d2f2494..323f1f2 100644 --- a/src/Microsoft.AspNet.Server.WebListener/project.json +++ b/src/Microsoft.AspNet.Server.WebListener/project.json @@ -13,7 +13,7 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Security.Claims": "4.0.0-beta-*" + "System.Security.Claims": "4.0.1-beta-*" } } } diff --git a/src/Microsoft.Net.Http.Server/project.json b/src/Microsoft.Net.Http.Server/project.json index 4859950..8356811 100644 --- a/src/Microsoft.Net.Http.Server/project.json +++ b/src/Microsoft.Net.Http.Server/project.json @@ -13,13 +13,13 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "Microsoft.Win32.Primitives": "4.0.0-beta-*", - "System.Diagnostics.Debug": "4.0.10-beta-*", - "System.IO.FileSystem": "4.0.0-beta-*", - "System.Security.Claims": "4.0.0-beta-*", + "Microsoft.Win32.Primitives": "4.0.1-beta-*", + "System.Diagnostics.Debug": "4.0.11-beta-*", + "System.IO.FileSystem": "4.0.1-beta-*", + "System.Security.Claims": "4.0.1-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Principal.Windows": "4.0.0-beta-*", - "System.Threading.Overlapped": "4.0.0-beta-*" + "System.Threading.Overlapped": "4.0.1-beta-*" } } } diff --git a/src/Microsoft.Net.WebSockets/project.json b/src/Microsoft.Net.WebSockets/project.json index 50fa32a..e2fc8bb 100644 --- a/src/Microsoft.Net.WebSockets/project.json +++ b/src/Microsoft.Net.WebSockets/project.json @@ -9,20 +9,20 @@ "dnx451": { }, "dnxcore50": { "dependencies": { - "System.Collections": "4.0.10-beta-*", - "System.Diagnostics.Contracts": "4.0.0-beta-*", - "System.Diagnostics.Tools": "4.0.0-beta-*", - "System.IO": "4.0.10-beta-*", - "System.Linq": "4.0.0-beta-*", - "System.Net.Primitives": "4.0.10-beta-*", + "System.Collections": "4.0.11-beta-*", + "System.Diagnostics.Contracts": "4.0.1-beta-*", + "System.Diagnostics.Tools": "4.0.1-beta-*", + "System.IO": "4.0.11-beta-*", + "System.Linq": "4.0.1-beta-*", + "System.Net.Primitives": "4.0.11-beta-*", "System.Net.WebSockets": "4.0.0-beta-*", - "System.Resources.ResourceManager": "4.0.0-beta-*", - "System.Runtime.Extensions": "4.0.10-beta-*", + "System.Resources.ResourceManager": "4.0.1-beta-*", + "System.Runtime.Extensions": "4.0.11-beta-*", "System.Security.Cryptography.Hashing.Algorithms": "4.0.0-beta-*", - "System.Text.Encoding.Extensions": "4.0.10-beta-*", - "System.Threading": "4.0.10-beta-*", - "System.Threading.Tasks": "4.0.10-beta-*", - "System.Threading.Timer": "4.0.0-beta-*", + "System.Text.Encoding.Extensions": "4.0.11-beta-*", + "System.Threading": "4.0.11-beta-*", + "System.Threading.Tasks": "4.0.11-beta-*", + "System.Threading.Timer": "4.0.1-beta-*", "System.Threading.ThreadPool": "4.0.10-beta-*" } }