Update CoreCLR versions
This commit is contained in:
parent
e5144e3139
commit
b8f930bb4c
|
|
@ -15,7 +15,7 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Runtime": "4.0.20-beta-*"
|
"System.Runtime": "4.0.21-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -12,19 +12,19 @@
|
||||||
"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.Diagnostics.TraceSource": "4.0.0-beta-*",
|
"System.Diagnostics.TraceSource": "4.0.0-beta-*",
|
||||||
"System.Diagnostics.Tracing": "4.0.20-beta-*",
|
"System.Diagnostics.Tracing": "4.0.21-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.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.Text.Encoding": "4.0.10-beta-*",
|
"System.Text.Encoding": "4.0.11-beta-*",
|
||||||
"System.Threading": "4.0.10-beta-*",
|
"System.Threading": "4.0.11-beta-*",
|
||||||
"System.Threading.Tasks": "4.0.10-beta-*",
|
"System.Threading.Tasks": "4.0.11-beta-*",
|
||||||
"System.Threading.Thread": "4.0.0-beta-*",
|
"System.Threading.Thread": "4.0.0-beta-*",
|
||||||
"System.Threading.ThreadPool": "4.0.10-beta-*"
|
"System.Threading.ThreadPool": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9,8 +9,8 @@
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Net.Sockets": "4.0.10-beta-*",
|
"System.Net.Sockets": "4.0.10-beta-*",
|
||||||
"System.Runtime.Handles": "4.0.0-beta-*",
|
"System.Runtime.Handles": "4.0.1-beta-*",
|
||||||
"System.IO": "4.0.10-beta-*"
|
"System.IO": "4.0.11-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue