Update CoreCLR versions

This commit is contained in:
Troy Dai 2015-08-04 10:15:22 -07:00
parent 1aaa385ef8
commit 72a7fb06c2
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"repository": {
"type": "git",
@ -18,7 +18,7 @@
},
"dnxcore50" : {
"dependencies": {
"System.Runtime": "4.0.20-beta-*"
"System.Runtime": "4.0.21-beta-*"
}
}
}