Update CoreCLR versions

This commit is contained in:
Troy Dai 2015-08-04 10:15:28 -07:00
parent e5144e3139
commit b8f930bb4c
3 changed files with 15 additions and 15 deletions

View File

@ -15,7 +15,7 @@
},
"dnxcore50": {
"dependencies": {
"System.Runtime": "4.0.20-beta-*"
"System.Runtime": "4.0.21-beta-*"
}
}
}

View File

@ -12,19 +12,19 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Collections": "4.0.10-beta-*",
"System.Diagnostics.Debug": "4.0.10-beta-*",
"System.Collections": "4.0.11-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
"System.Diagnostics.Tracing": "4.0.20-beta-*",
"System.Globalization": "4.0.10-beta-*",
"System.IO": "4.0.10-beta-*",
"System.Linq": "4.0.0-beta-*",
"System.Net.Primitives": "4.0.10-beta-*",
"System.Runtime.Extensions": "4.0.10-beta-*",
"System.Runtime.InteropServices": "4.0.20-beta-*",
"System.Text.Encoding": "4.0.10-beta-*",
"System.Threading": "4.0.10-beta-*",
"System.Threading.Tasks": "4.0.10-beta-*",
"System.Diagnostics.Tracing": "4.0.21-beta-*",
"System.Globalization": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Linq": "4.0.1-beta-*",
"System.Net.Primitives": "4.0.11-beta-*",
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Runtime.InteropServices": "4.0.21-beta-*",
"System.Text.Encoding": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*",
"System.Threading.Tasks": "4.0.11-beta-*",
"System.Threading.Thread": "4.0.0-beta-*",
"System.Threading.ThreadPool": "4.0.10-beta-*"
}

View File

@ -9,8 +9,8 @@
"dnxcore50": {
"dependencies": {
"System.Net.Sockets": "4.0.10-beta-*",
"System.Runtime.Handles": "4.0.0-beta-*",
"System.IO": "4.0.10-beta-*"
"System.Runtime.Handles": "4.0.1-beta-*",
"System.IO": "4.0.11-beta-*"
}
}
},