Update CoreCLR versions

This commit is contained in:
Troy Dai 2015-08-04 10:15:27 -07:00
parent b138f2a460
commit 051bb87578
2 changed files with 8 additions and 8 deletions

View File

@ -24,13 +24,13 @@
"dependencies": { "dependencies": {
"System.Diagnostics.Process": "4.0.0-beta-*", "System.Diagnostics.Process": "4.0.0-beta-*",
"System.IO.FileSystem": "4.0.0-*", "System.IO.FileSystem": "4.0.0-*",
"System.Net.Http": "4.0.0-beta-*", "System.Net.Http": "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.Text.RegularExpressions": "4.0.10-beta-*", "System.Text.RegularExpressions": "4.0.11-beta-*",
"System.Threading": "4.0.10-beta-*", "System.Threading": "4.0.11-beta-*",
"System.Threading.Thread": "4.0.0-*" "System.Threading.Thread": "4.0.0-*"
} }
} }
} }
} }

View File

@ -17,8 +17,8 @@
}, },
"dnxcore50": { "dnxcore50": {
"dependencies": { "dependencies": {
"System.Diagnostics.Contracts": "4.0.0-beta-*", "System.Diagnostics.Contracts": "4.0.1-beta-*",
"System.Net.Http": "4.0.0-beta-*" "System.Net.Http": "4.0.1-beta-*"
} }
} }
} }