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>2016-12-29 01:32:38 +0300
committerDan Moseley <danmose@microsoft.com>2016-12-29 01:32:38 +0300
commit24d0731401fa324f6f75ac711f966f488372f6c1 (patch)
treeccc3defa166e53f396dc6aa49aa09a8d042b3332 /src/System.Xml.XDocument
parent4b273351aca17f98ed14c9f74620193874bdd682 (diff)
Update CoreClr, CoreFx, ProjectNTfs to beta-24828-03, beta-24828-03, beta-24828-00, respectively (#14743)
Diffstat (limited to 'src/System.Xml.XDocument')
-rw-r--r--src/System.Xml.XDocument/ref/project.json8
-rw-r--r--src/System.Xml.XDocument/src/project.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/System.Xml.XDocument/ref/project.json b/src/System.Xml.XDocument/ref/project.json
index 1e32565704..9afeb82ce6 100644
--- a/src/System.Xml.XDocument/ref/project.json
+++ b/src/System.Xml.XDocument/ref/project.json
@@ -1,9 +1,9 @@
{
"dependencies": {
- "System.IO": "4.4.0-beta-24827-01",
- "System.Runtime": "4.4.0-beta-24827-01",
- "System.Runtime.Extensions": "4.4.0-beta-24827-01",
- "System.Xml.ReaderWriter": "4.4.0-beta-24827-01"
+ "System.IO": "4.4.0-beta-24828-03",
+ "System.Runtime": "4.4.0-beta-24828-03",
+ "System.Runtime.Extensions": "4.4.0-beta-24828-03",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24828-03"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Xml.XDocument/src/project.json b/src/System.Xml.XDocument/src/project.json
index 0c38d7b541..22bbb30ce7 100644
--- a/src/System.Xml.XDocument/src/project.json
+++ b/src/System.Xml.XDocument/src/project.json
@@ -2,7 +2,7 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24827-01"
+ "System.Runtime": "4.4.0-beta-24828-03"
}
},
"net463": {