Update CoreCLR versions

This commit is contained in:
Troy Dai 2015-08-04 10:15:27 -07:00
parent 9c3a39123a
commit 3cd5907fc5
8 changed files with 55 additions and 55 deletions

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 HTTP object model. HttpContext and family.", "description": "ASP.NET 5 HTTP object model. HttpContext and family.",
"repository": { "repository": {
@ -15,22 +15,22 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Tools": "4.0.0-beta-*", "System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.11-beta-*",
"System.Globalization.Extensions": "4.0.0-beta-*", "System.Globalization.Extensions": "4.0.1-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Linq.Expressions": "4.0.10-beta-*", "System.Linq.Expressions": "4.0.11-beta-*",
"System.Net.Primitives": "4.0.10-beta-*", "System.Net.Primitives": "4.0.11-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*", "System.Net.WebSockets": "4.0.0-beta-*",
"System.Reflection.TypeExtensions": "4.0.0-beta-*", "System.Reflection.TypeExtensions": "4.0.1-beta-*",
"System.Runtime": "4.0.20-beta-*", "System.Runtime": "4.0.21-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*", "System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Claims": "4.0.0-beta-*", "System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*", "System.Security.Principal": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*" "System.Threading.Tasks": "4.0.11-beta-*"
} }
} }
} }
} }

View File

@ -15,9 +15,9 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.IO.FileSystem": "4.0.0-beta-*", "System.IO.FileSystem": "4.0.1-beta-*",
"System.Runtime": "4.0.20-beta-*", "System.Runtime": "4.0.21-beta-*",
"System.Resources.ResourceManager": "4.0.0-beta-*" "System.Resources.ResourceManager": "4.0.1-beta-*"
} }
} }
} }

View File

@ -12,14 +12,14 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.11-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Net.Primitives": "4.0.10-beta-*", "System.Net.Primitives": "4.0.11-beta-*",
"System.Net.WebSockets": "4.0.0-beta-*", "System.Net.WebSockets": "4.0.0-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*", "System.Runtime.Extensions": "4.0.11-beta-*",
"System.Security.Claims": "4.0.0-beta-*", "System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*" "System.Security.Principal": "4.0.1-beta-*"
} }
} }
} }

View File

@ -1,4 +1,4 @@
{ {
"version": "1.0.0-*", "version": "1.0.0-*",
"description": "ASP.NET 5 HTTP feature implementations.", "description": "ASP.NET 5 HTTP feature implementations.",
"repository": { "repository": {
@ -15,9 +15,9 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.0.10-beta-*", "System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Text.Encoding": "4.0.10-beta-*" "System.Text.Encoding": "4.0.11-beta-*"
} }
} }
} }
} }

View File

@ -13,20 +13,20 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.11-beta-*",
"System.ComponentModel": "4.0.0-beta-*", "System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Tools": "4.0.0-beta-*", "System.Diagnostics.Tools": "4.0.1-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.11-beta-*",
"System.IO": "4.0.10-beta-*", "System.IO": "4.0.11-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Net.Primitives": "4.0.10-beta-*", "System.Net.Primitives": "4.0.11-beta-*",
"System.Runtime": "4.0.20-beta-*", "System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*", "System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*", "System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Security.Claims": "4.0.0-beta-*", "System.Security.Claims": "4.0.1-beta-*",
"System.Security.Cryptography.X509Certificates": "4.0.0-beta-*", "System.Security.Cryptography.X509Certificates": "4.0.0-beta-*",
"System.Security.Principal": "4.0.0-beta-*", "System.Security.Principal": "4.0.1-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*" "System.Threading.Tasks": "4.0.11-beta-*"
} }
} }
} }

View File

@ -13,12 +13,12 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*", "System.Diagnostics.Debug": "4.0.11-beta-*",
"System.IO": "4.0.10-beta-*", "System.IO": "4.0.11-beta-*",
"System.IO.FileSystem": "4.0.0-beta-*", "System.IO.FileSystem": "4.0.1-beta-*",
"System.Runtime": "4.0.20-beta-*", "System.Runtime": "4.0.21-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*" "System.Runtime.Extensions": "4.0.11-beta-*"
} }
} }
} }

View File

@ -12,13 +12,13 @@
"dnx451" : { }, "dnx451" : { },
"dnxcore50" : { "dnxcore50" : {
"dependencies": { "dependencies": {
"System.Collections": "4.0.10-beta-*", "System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Contracts": "4.0.0-beta-*", "System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.Globalization": "4.0.10-beta-*", "System.Globalization": "4.0.11-beta-*",
"System.Globalization.Extensions": "4.0.0-beta-*", "System.Globalization.Extensions": "4.0.1-beta-*",
"System.Linq": "4.0.0-beta-*", "System.Linq": "4.0.1-beta-*",
"System.Text.Encoding": "4.0.10-beta-*", "System.Text.Encoding": "4.0.11-beta-*",
"System.Runtime": "4.0.20-beta-*" "System.Runtime": "4.0.21-beta-*"
} }
} }
} }

View File

@ -16,7 +16,7 @@
"dnx451": { }, "dnx451": { },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Text.Encoding.Extensions": "4.0.10-beta-*" "System.Text.Encoding.Extensions": "4.0.11-beta-*"
} }
} }
}, },