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:
Diffstat (limited to 'src/System.Xml.XmlSerializer/src/project.json')
-rw-r--r--src/System.Xml.XmlSerializer/src/project.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/System.Xml.XmlSerializer/src/project.json b/src/System.Xml.XmlSerializer/src/project.json
index b28752525c..9c34ff9719 100644
--- a/src/System.Xml.XmlSerializer/src/project.json
+++ b/src/System.Xml.XmlSerializer/src/project.json
@@ -2,8 +2,8 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "System.Runtime": "4.3.0-beta-24604-02",
- "System.Collections.NonGeneric": "4.3.0-beta-24604-02"
+ "System.Runtime": "4.4.0-beta-24607-03",
+ "System.Collections.NonGeneric": "4.4.0-beta-24607-03"
}
},
"net463": {
@@ -13,9 +13,9 @@
},
"uap10.1": {
"dependencies": {
- "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24604-01",
- "System.Collections.NonGeneric": "4.3.0-beta-24604-02",
- "System.Runtime": "4.3.0-beta-24604-02"
+ "Microsoft.TargetingPack.Private.NETNative": "1.1.0-beta-24607-00",
+ "System.Collections.NonGeneric": "4.4.0-beta-24607-03",
+ "System.Runtime": "4.4.0-beta-24607-03"
}
}
}