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.Xml.XPath
parentefd3da27f8cc0a5879581dd0a1fda64d90718ac4 (diff)
Update CoreClr, CoreFx to beta-24709-01, beta-24708-05, respectively
Diffstat (limited to 'src/System.Xml.XPath')
-rw-r--r--src/System.Xml.XPath/ref/project.json6
-rw-r--r--src/System.Xml.XPath/src/project.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/System.Xml.XPath/ref/project.json b/src/System.Xml.XPath/ref/project.json
index 6ab68cd8db..c7ef5d9f98 100644
--- a/src/System.Xml.XPath/ref/project.json
+++ b/src/System.Xml.XPath/ref/project.json
@@ -1,8 +1,8 @@
{
"dependencies": {
- "System.Runtime": "4.4.0-beta-24708-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24708-03",
- "System.IO": "4.4.0-beta-24708-03"
+ "System.Runtime": "4.4.0-beta-24708-05",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24708-05",
+ "System.IO": "4.4.0-beta-24708-05"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Xml.XPath/src/project.json b/src/System.Xml.XPath/src/project.json
index 80e0e85acc..30bfe102fc 100644
--- a/src/System.Xml.XPath/src/project.json
+++ b/src/System.Xml.XPath/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": {