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 04:10:38 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-11-09 04:10:38 +0300
commitbafbeec4841285834d31bee295c225a61de2b780 (patch)
tree0e55df8b105ab1b109c049d17d13f842408ca103 /src/System.Runtime.Handles
parentefd3da27f8cc0a5879581dd0a1fda64d90718ac4 (diff)
Update CoreClr, CoreFx to beta-24709-01, beta-24708-05, respectively
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 e98ab81916..53c23683b1 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-24708-03"
+ "System.Runtime": "4.4.0-beta-24708-05"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Runtime.Handles/src/project.json b/src/System.Runtime.Handles/src/project.json
index 31f3169cee..fd74712cc5 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-24708-03"
+ "System.Runtime": "4.4.0-beta-24708-05"
}
},
"net463": {
@@ -12,7 +12,7 @@
},
"uap10.1": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24708-03"
+ "System.Runtime": "4.4.0-beta-24708-05"
}
}
}