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-10-28 22:01:25 +0300
committerdotnet-bot <dotnet-bot@microsoft.com>2016-10-28 22:01:25 +0300
commite634b174854638f226c81ebd5a2b6d22afca83de (patch)
tree33c9b8f2bb3c8b1024b530ffec62e733a1c0adfc /src/System.Xml.ReaderWriter
parente981ddf3e4174f2aeb9469f8b8c9c9db65fc6c90 (diff)
Update CoreFx to beta-24628-03
Diffstat (limited to 'src/System.Xml.ReaderWriter')
-rw-r--r--src/System.Xml.ReaderWriter/ref/project.json14
-rw-r--r--src/System.Xml.ReaderWriter/src/project.json4
2 files changed, 9 insertions, 9 deletions
diff --git a/src/System.Xml.ReaderWriter/ref/project.json b/src/System.Xml.ReaderWriter/ref/project.json
index 84d532a5d2..d97fc20f84 100644
--- a/src/System.Xml.ReaderWriter/ref/project.json
+++ b/src/System.Xml.ReaderWriter/ref/project.json
@@ -1,12 +1,12 @@
{
"dependencies": {
- "System.Collections.NonGeneric": "4.4.0-beta-24628-02",
- "System.Diagnostics.Debug": "4.4.0-beta-24628-02",
- "System.IO": "4.4.0-beta-24628-02",
- "System.Net.Primitives": "4.4.0-beta-24628-02",
- "System.Runtime": "4.4.0-beta-24628-02",
- "System.Text.Encoding": "4.4.0-beta-24628-02",
- "System.Threading.Tasks": "4.4.0-beta-24628-02"
+ "System.Collections.NonGeneric": "4.4.0-beta-24628-03",
+ "System.Diagnostics.Debug": "4.4.0-beta-24628-03",
+ "System.IO": "4.4.0-beta-24628-03",
+ "System.Net.Primitives": "4.4.0-beta-24628-03",
+ "System.Runtime": "4.4.0-beta-24628-03",
+ "System.Text.Encoding": "4.4.0-beta-24628-03",
+ "System.Threading.Tasks": "4.4.0-beta-24628-03"
},
"frameworks": {
"netstandard1.7": {}
diff --git a/src/System.Xml.ReaderWriter/src/project.json b/src/System.Xml.ReaderWriter/src/project.json
index 7ee01b54f3..0bc686f4b3 100644
--- a/src/System.Xml.ReaderWriter/src/project.json
+++ b/src/System.Xml.ReaderWriter/src/project.json
@@ -2,8 +2,8 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.4.0-beta-24628-02",
- "System.Collections.NonGeneric": "4.4.0-beta-24628-02"
+ "System.Runtime": "4.4.0-beta-24628-03",
+ "System.Collections.NonGeneric": "4.4.0-beta-24628-03"
}
},
"net463": {