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@dotnetfoundation.org>2017-01-07 02:46:20 +0300
committerDan Moseley <danmose@microsoft.com>2017-01-07 02:46:20 +0300
commit9064de8ce82634fddfc0ca326422957efdf2390f (patch)
treea0e5573af3c5f0579b1c7d3af0883591992a344d /src/System.ValueTuple
parent1a07ef71defb0dacf2813ebd6dd95cdcfaf2d133 (diff)
Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively (master) (#14944)
* Update CoreClr, CoreFx to beta-24906-04, beta-24906-03, respectively * Fix build break due to version updates
Diffstat (limited to 'src/System.ValueTuple')
-rw-r--r--src/System.ValueTuple/ref/project.json2
-rw-r--r--src/System.ValueTuple/src/project.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/System.ValueTuple/ref/project.json b/src/System.ValueTuple/ref/project.json
index a4ceb1e34a..d953524294 100644
--- a/src/System.ValueTuple/ref/project.json
+++ b/src/System.ValueTuple/ref/project.json
@@ -15,7 +15,7 @@
},
"netcoreapp1.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03"
}
}
}
diff --git a/src/System.ValueTuple/src/project.json b/src/System.ValueTuple/src/project.json
index 6861c75b6c..318631574c 100644
--- a/src/System.ValueTuple/src/project.json
+++ b/src/System.ValueTuple/src/project.json
@@ -15,8 +15,8 @@
},
"netcoreapp1.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24906-01"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24906-04"
}
}
}
-} \ No newline at end of file
+}