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>2016-11-09 18:38:49 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-11-09 18:38:49 +0300
commit68a1670fc7b9c9419f5d3100ac9a4347874aeef8 (patch)
treeda36c8d53242e855ccf7b0853e77616b6592596b /src/System.Runtime.Handles
parent8ab9d7c07d3d0477f48688dcabacaf689bfb2d0a (diff)
Update CoreFx to beta-24709-02
Diffstat (limited to 'src/System.Runtime.Handles')
-rw-r--r--src/System.Runtime.Handles/ref/project.json2
-rw-r--r--src/System.Runtime.Handles/src/project.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/System.Runtime.Handles/ref/project.json b/src/System.Runtime.Handles/ref/project.json
index bab584eafc..02d04682de 100644
--- a/src/System.Runtime.Handles/ref/project.json
+++ b/src/System.Runtime.Handles/ref/project.json
@@ -1,6 +1,6 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24709-01"
+ "System.Runtime": "4.4.0-beta-24709-02"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Handles/src/project.json b/src/System.Runtime.Handles/src/project.json
index 05982f0908..392285d08c 100644
--- a/src/System.Runtime.Handles/src/project.json
+++ b/src/System.Runtime.Handles/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24709-01"
+ "System.Runtime": "4.4.0-beta-24709-02"
}
},
"net463": {
@@ -12,7 +12,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24709-01"
+ "System.Runtime": "4.4.0-beta-24709-02"
}
}
}