Handle broken assembly versions on mono

This commit is contained in:
David Fowler 2015-08-15 03:12:59 -07:00
parent 753d64660d
commit 62a909d1a7
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@
"frameworks": {
"dnx451": {
"frameworkAssemblies": {
"System.Runtime": "4.0.10.0",
"System.Text.Encoding": "4.0.0.0",
"System.Threading.Tasks": "4.0.0.0"
"System.Runtime": "",
"System.Text.Encoding": "",
"System.Threading.Tasks": ""
}
}
}