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-10 19:50:42 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2017-01-10 19:50:42 +0300
commit24bc3ffa34e5da233c98389309c4d68a4382b457 (patch)
treea9e54efe71b602a95ead7ded02cfd9bc66c18ea4 /src/System.Diagnostics.Debug
parent748e7a16c87b438b008a9223f9f24bf83c6f71e2 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24910-02, beta-24910-02, beta-24910-00, respectively (#15019)
Diffstat (limited to 'src/System.Diagnostics.Debug')
-rw-r--r--src/System.Diagnostics.Debug/src/project.json4
-rw-r--r--src/System.Diagnostics.Debug/tests/project.json10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/System.Diagnostics.Debug/src/project.json b/src/System.Diagnostics.Debug/src/project.json
index 020dc973a5..edecb73899 100644
--- a/src/System.Diagnostics.Debug/src/project.json
+++ b/src/System.Diagnostics.Debug/src/project.json
@@ -2,12 +2,12 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24909-03"
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24910-02"
}
},
"netcore50": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24909-00"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24910-00"
}
},
"net463": {
diff --git a/src/System.Diagnostics.Debug/tests/project.json b/src/System.Diagnostics.Debug/tests/project.json
index 11c4ffcd7b..327f187386 100644
--- a/src/System.Diagnostics.Debug/tests/project.json
+++ b/src/System.Diagnostics.Debug/tests/project.json
@@ -1,10 +1,10 @@
{
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24909-02",
- "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24909-03",
- "System.Linq.Expressions": "4.4.0-beta-24909-02",
- "System.ObjectModel": "4.4.0-beta-24909-02",
- "System.Text.RegularExpressions": "4.4.0-beta-24909-02",
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24910-02",
+ "Microsoft.TargetingPack.Private.CoreCLR": "1.2.0-beta-24910-02",
+ "System.Linq.Expressions": "4.4.0-beta-24910-02",
+ "System.ObjectModel": "4.4.0-beta-24910-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24910-02",
"test-runtime": {
"target": "project",
"exclude": "compile"