Reacting to System.Threading.ExecutionContext being removed

This commit is contained in:
Pranav K 2014-12-15 14:32:31 -08:00
parent 4f75ae6485
commit effdc65d9f
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
"aspnet50": { },
"aspnetcore50": {
"dependencies": {
"System.Threading.ExecutionContext": "4.0.0-beta-*"
"System.Threading": "4.0.10-beta-*"
}
}
}

View File

@ -17,7 +17,7 @@
},
"aspnetcore50": {
"dependencies": {
"System.Threading.ExecutionContext": "4.0.0-beta-*"
"System.Threading": "4.0.10-beta-*"
}
}
}