Fixing System.IO version

This commit is contained in:
Pranav K 2015-02-12 22:20:28 -08:00
parent 3ced6016a1
commit 77947d1cb5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"aspnet50": { },
"aspnetcore50": {
"dependencies": {
"System.IO": "4.0.0-beta-*"
"System.IO": "4.0.10-beta-*"
}
}
}