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.Diagnostics.Tracing
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.Diagnostics.Tracing')
-rw-r--r--src/System.Diagnostics.Tracing/ref/project.json2
-rw-r--r--src/System.Diagnostics.Tracing/src/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Diagnostics.Tracing/ref/project.json b/src/System.Diagnostics.Tracing/ref/project.json
index 1c3eb3cb3d..c3bc56adfe 100644
--- a/src/System.Diagnostics.Tracing/ref/project.json
+++ b/src/System.Diagnostics.Tracing/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24906-02"
+ "System.Runtime": "4.4.0-beta-24906-03"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Diagnostics.Tracing/src/project.json b/src/System.Diagnostics.Tracing/src/project.json
index a65e3abccf..b950e2d976 100644
--- a/src/System.Diagnostics.Tracing/src/project.json
+++ b/src/System.Diagnostics.Tracing/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24906-01"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24906-04"
}
},
"netcore50": {