Bumped the version of System.Threading.Tasks to 4.0.10.0 to fix the build break in the remaining project.json
This commit is contained in:
parent
73a00a1b21
commit
89e532873e
|
|
@ -24,7 +24,7 @@
|
||||||
"System.Runtime.Extensions": "4.0.10.0",
|
"System.Runtime.Extensions": "4.0.10.0",
|
||||||
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
"System.Runtime.Serialization.Primitives": "4.0.0.0",
|
||||||
"System.Threading": "4.0.0.0",
|
"System.Threading": "4.0.0.0",
|
||||||
"System.Threading.Tasks": "4.0.0.0",
|
"System.Threading.Tasks": "4.0.10.0",
|
||||||
"System.Threading.Thread": "4.0.0.0"
|
"System.Threading.Thread": "4.0.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue