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-05 05:22:03 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-11-05 05:22:03 +0300
commitc7603507fe200426130f10d6b2cc67dfeda2c83f (patch)
tree32262b3cb0ea1ed2d8e2135c418e4a02ef7fb06f /src/System.Runtime.Handles
parent14a00cf49ccdba7173fd277ac3dbd67e13b38e80 (diff)
Update CoreFx to beta-24705-01
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 be714ecf0e..866a4af78e 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-24704-03"
+ "System.Runtime": "4.4.0-beta-24705-01"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Handles/src/project.json b/src/System.Runtime.Handles/src/project.json
index c07cf9e008..66b6cdc26e 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-24704-03"
+ "System.Runtime": "4.4.0-beta-24705-01"
}
},
"net463": {
@@ -12,7 +12,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24704-03"
+ "System.Runtime": "4.4.0-beta-24705-01"
}
}
}