Handle broken assembly versions on mono
This commit is contained in:
parent
753d64660d
commit
62a909d1a7
|
|
@ -12,9 +12,9 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"dnx451": {
|
"dnx451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Runtime": "4.0.10.0",
|
"System.Runtime": "",
|
||||||
"System.Text.Encoding": "4.0.0.0",
|
"System.Text.Encoding": "",
|
||||||
"System.Threading.Tasks": "4.0.0.0"
|
"System.Threading.Tasks": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue