Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2017-01-09 20:27:36 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-09 20:27:36 +0300
commit4ac5235d4c33b6a040c70aa9c9ed0a9294f7ef75 (patch)
treec7aaa2fe5f941e195957561b30dedb746db03634 /src/System.Threading.Tasks
parent1c03484c4fc9671d77d1b70aa5093b481d1fed44 (diff)
Update CoreClr, CoreFx to beta-24909-03, beta-24909-02, respectively
Diffstat (limited to 'src/System.Threading.Tasks')
-rw-r--r--src/System.Threading.Tasks/ref/project.json2
-rw-r--r--src/System.Threading.Tasks/src/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Threading.Tasks/ref/project.json b/src/System.Threading.Tasks/ref/project.json
index cc4b7fd6d1..9e48be97db 100644
--- a/src/System.Threading.Tasks/ref/project.json
+++ b/src/System.Threading.Tasks/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24909-01"
+ "System.Runtime": "4.4.0-beta-24909-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Threading.Tasks/src/project.json b/src/System.Threading.Tasks/src/project.json
index 59817fc8ed..7ee346a559 100644
--- a/src/System.Threading.Tasks/src/project.json
+++ b/src/System.Threading.Tasks/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24909-02"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24909-03"
}
},
"uap10.1": {