Adding System.Text.Encoding to project.json to unblock CI

This commit is contained in:
Pranav K 2015-08-26 10:11:27 -07:00
parent cc5c0d6cbe
commit 6615972162
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
},
"dnxcore50": {
"dependencies": {
"System.Text.Encoding": "4.0.11-*",
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
}
}