Update packages' versions

This commit is contained in:
Troy Dai 2015-08-17 11:11:16 -07:00
parent 8487e42a68
commit e4722b0bef
1 changed files with 5 additions and 5 deletions

View File

@ -16,12 +16,12 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.ComponentModel": "4.0.0-*",
"System.Diagnostics.Debug": "4.0.10-*",
"System.IO": "4.0.10-*",
"System.ComponentModel": "4.0.1-beta-*",
"System.Diagnostics.Debug": "4.0.11-beta-*",
"System.IO": "4.0.11-beta-*",
"System.Reflection": "4.0.10-*",
"System.Runtime.Extensions": "4.0.10-*",
"System.Threading": "4.0.10-*"
"System.Runtime.Extensions": "4.0.11-beta-*",
"System.Threading": "4.0.11-beta-*"
}
}
}