Bumped the version of System.Threading.Tasks to 4.0.10.0 to fix the build break
This commit is contained in:
parent
8ca4a331e2
commit
73a00a1b21
|
|
@ -33,7 +33,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