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-03 04:32:40 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2017-01-03 04:32:40 +0300
commitc7015152428bef463aa78cb684914407b832ac8b (patch)
tree2d9b98a7bba7999b75e10c44436dd9262129d581 /src/System.Diagnostics.Debug
parenta9b3c8ff1c6365879bc620a472a003ab41c03073 (diff)
Update CoreClr to beta-24903-01
Diffstat (limited to 'src/System.Diagnostics.Debug')
-rw-r--r--src/System.Diagnostics.Debug/src/project.json2
-rw-r--r--src/System.Diagnostics.Debug/tests/project.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/System.Diagnostics.Debug/src/project.json b/src/System.Diagnostics.Debug/src/project.json
index 09bd9f140c..0b4b8ff87b 100644
--- a/src/System.Diagnostics.Debug/src/project.json
+++ b/src/System.Diagnostics.Debug/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24902-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24903-01"
}
},
"netcore50": {
diff --git a/src/System.Diagnostics.Debug/tests/project.json b/src/System.Diagnostics.Debug/tests/project.json
index d763610660..edd13766b2 100644
--- a/src/System.Diagnostics.Debug/tests/project.json
+++ b/src/System.Diagnostics.Debug/tests/project.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.2.0-beta-24902-02",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24902-03",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24903-01",
"System.Linq.Expressions": "4.4.0-beta-24902-02",
"System.ObjectModel": "4.4.0-beta-24902-02",
"System.Text.RegularExpressions": "4.4.0-beta-24902-02",