Reacting to System.Threading.ExecutionContext being removed
This commit is contained in:
parent
4f75ae6485
commit
effdc65d9f
|
|
@ -10,7 +10,7 @@
|
||||||
"aspnet50": { },
|
"aspnet50": { },
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Threading.ExecutionContext": "4.0.0-beta-*"
|
"System.Threading": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
},
|
},
|
||||||
"aspnetcore50": {
|
"aspnetcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Threading.ExecutionContext": "4.0.0-beta-*"
|
"System.Threading": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue