Update CoreCLR versions

This commit is contained in:
Troy Dai 2015-08-04 10:15:32 -07:00
parent b85db5e8c0
commit 2a204e473b
2 changed files with 3 additions and 3 deletions

View File

@ -13,8 +13,8 @@
"dnx451": { },
"dnxcore50": {
"dependencies": {
"System.Dynamic.Runtime": "4.0.10-beta-*",
"System.ObjectModel": "4.0.10-beta-*"
"System.Dynamic.Runtime": "4.0.11-beta-*",
"System.ObjectModel": "4.0.11-beta-*"
}
}
}

View File

@ -20,7 +20,7 @@
},
"dnxcore50": {
"dependencies": {
"System.Collections.Specialized": "4.0.0-beta-*",
"System.Collections.Specialized": "4.0.1-beta-*",
"System.Net.Http.WinHttpHandler": "4.0.0-beta-*"
}
}