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>2017-01-06 19:55:46 +0300
committerKarel Zikmund <karelz@users.noreply.github.com>2017-01-06 19:55:46 +0300
commit2865f5bf0082830824b03e279eafaa8cf5652b0d (patch)
treec8ebcdf3eb9e5409b449601ee0202226c80ab1c1 /src/System.Private.DataContractSerialization
parentdc8a002803264d5268a4a5860877a1f2d25e55bc (diff)
Update CoreFx to beta-24906-02 (#14932)
Diffstat (limited to 'src/System.Private.DataContractSerialization')
-rw-r--r--src/System.Private.DataContractSerialization/src/project.json60
1 files changed, 30 insertions, 30 deletions
diff --git a/src/System.Private.DataContractSerialization/src/project.json b/src/System.Private.DataContractSerialization/src/project.json
index 98ccf77ab1..040806afde 100644
--- a/src/System.Private.DataContractSerialization/src/project.json
+++ b/src/System.Private.DataContractSerialization/src/project.json
@@ -2,36 +2,36 @@
"frameworks": {
"netstandard1.7": {
"dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24906-01",
- "System.CodeDom": "4.4.0-beta-24906-01",
- "System.Collections": "4.4.0-beta-24906-01",
- "System.Collections.Concurrent": "4.4.0-beta-24906-01",
- "System.Diagnostics.Debug": "4.4.0-beta-24906-01",
- "System.Diagnostics.Tools": "4.4.0-beta-24906-01",
- "System.Globalization": "4.4.0-beta-24906-01",
- "System.IO": "4.4.0-beta-24906-01",
- "System.Linq": "4.4.0-beta-24906-01",
- "System.Reflection": "4.4.0-beta-24906-01",
- "System.Reflection.Emit": "4.4.0-beta-24906-01",
- "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24906-01",
- "System.Reflection.Emit.Lightweight": "4.4.0-beta-24906-01",
- "System.Reflection.Extensions": "4.4.0-beta-24906-01",
- "System.Reflection.Primitives": "4.4.0-beta-24906-01",
- "System.Reflection.TypeExtensions": "4.4.0-beta-24906-01",
- "System.Resources.ResourceManager": "4.4.0-beta-24906-01",
- "System.Runtime": "4.4.0-beta-24906-01",
- "System.Runtime.Extensions": "4.4.0-beta-24906-01",
- "System.Runtime.Serialization.Primitives": "4.4.0-beta-24906-01",
- "System.Runtime.Serialization.Formatters": "4.4.0-beta-24906-01",
- "System.Text.Encoding": "4.4.0-beta-24906-01",
- "System.Text.Encoding.Extensions": "4.4.0-beta-24906-01",
- "System.Text.RegularExpressions": "4.4.0-beta-24906-01",
- "System.Threading": "4.4.0-beta-24906-01",
- "System.Threading.Tasks": "4.4.0-beta-24906-01",
- "System.Xml.ReaderWriter": "4.4.0-beta-24906-01",
- "System.Xml.XDocument": "4.4.0-beta-24906-01",
- "System.Xml.XmlDocument": "4.4.0-beta-24906-01",
- "System.Xml.XmlSerializer": "4.4.0-beta-24906-01"
+ "Microsoft.NETCore.Platforms": "1.2.0-beta-24906-02",
+ "System.CodeDom": "4.4.0-beta-24906-02",
+ "System.Collections": "4.4.0-beta-24906-02",
+ "System.Collections.Concurrent": "4.4.0-beta-24906-02",
+ "System.Diagnostics.Debug": "4.4.0-beta-24906-02",
+ "System.Diagnostics.Tools": "4.4.0-beta-24906-02",
+ "System.Globalization": "4.4.0-beta-24906-02",
+ "System.IO": "4.4.0-beta-24906-02",
+ "System.Linq": "4.4.0-beta-24906-02",
+ "System.Reflection": "4.4.0-beta-24906-02",
+ "System.Reflection.Emit": "4.4.0-beta-24906-02",
+ "System.Reflection.Emit.ILGeneration": "4.4.0-beta-24906-02",
+ "System.Reflection.Emit.Lightweight": "4.4.0-beta-24906-02",
+ "System.Reflection.Extensions": "4.4.0-beta-24906-02",
+ "System.Reflection.Primitives": "4.4.0-beta-24906-02",
+ "System.Reflection.TypeExtensions": "4.4.0-beta-24906-02",
+ "System.Resources.ResourceManager": "4.4.0-beta-24906-02",
+ "System.Runtime": "4.4.0-beta-24906-02",
+ "System.Runtime.Extensions": "4.4.0-beta-24906-02",
+ "System.Runtime.Serialization.Primitives": "4.4.0-beta-24906-02",
+ "System.Runtime.Serialization.Formatters": "4.4.0-beta-24906-02",
+ "System.Text.Encoding": "4.4.0-beta-24906-02",
+ "System.Text.Encoding.Extensions": "4.4.0-beta-24906-02",
+ "System.Text.RegularExpressions": "4.4.0-beta-24906-02",
+ "System.Threading": "4.4.0-beta-24906-02",
+ "System.Threading.Tasks": "4.4.0-beta-24906-02",
+ "System.Xml.ReaderWriter": "4.4.0-beta-24906-02",
+ "System.Xml.XDocument": "4.4.0-beta-24906-02",
+ "System.Xml.XmlDocument": "4.4.0-beta-24906-02",
+ "System.Xml.XmlSerializer": "4.4.0-beta-24906-02"
}
}
}