Adding System.Text.Encoding to project.json to unblock CI
This commit is contained in:
parent
cc5c0d6cbe
commit
6615972162
|
|
@ -31,6 +31,7 @@
|
||||||
},
|
},
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"System.Text.Encoding": "4.0.11-*",
|
||||||
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
|
"System.Threading.Tasks.Parallel": "4.0.1-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue