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
path: root/pkg
diff options
context:
space:
mode:
authorSepideh Khoshnood <sekho@microsoft.com>2016-09-28 21:28:10 +0300
committerGitHub <noreply@github.com>2016-09-28 21:28:10 +0300
commit25152c3eb1333087daf06b33c8706e78c958c44e (patch)
tree8bd7d2cdcbe3845eefaa1a9a0de4eb4a486a12e2 /pkg
parent0e96e251f0935aca6d3f569150cd1a18a13471ea (diff)
Add System.Xml ref assembly (#12017)
* Add System.Xml.Schema and initial Core types in System.Xml.RW contract * Change XmlException to inherit from SystemException instead of Exception * Add System.Xml.Xsl in System.Xml.RW contract * Update System.Xml.XmlDocument and System.Xml.XmlSerializer * Update System.Xml.XPath and System.Xml.Serialization * Add remaining types in System.Xml.RW and remove System.Xml.Xsl.Runtime namespace (not supposed to be in netstandard2.0) * Update System.Xml.XDocument and System.Private.Xml.Linq * Fix Schema and Xslt test builds * Replace csproj references with pkgproj in Xml test projects * Update dependencies * Fix TestTFM default conditions bug in dir.props * Fix merge conflict leftover * Fix build and Remove unused workaround files * Revert dir.props changes * Address feedback * Make final changes for Xml surface area to match that of netstandard2.0 * Add few comments and add P2P references for System.Net.Requests temporarily
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index 19a54b605f..38af6e5de5 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -2112,7 +2112,8 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.10.0": "4.0.10",
- "4.0.11.0": "4.0.11"
+ "4.0.11.0": "4.0.11",
+ "4.1.0.0": "4.3.0"
}
},
"System.Xml.XmlDocument": {
@@ -2124,7 +2125,7 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.0.1",
- "4.0.2.0": "4.3.0"
+ "4.1.0.0": "4.3.0"
}
},
"System.Xml.XmlSerializer": {
@@ -2137,7 +2138,8 @@
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.10.0": "4.0.10",
- "4.0.11.0": "4.0.11"
+ "4.0.11.0": "4.0.11",
+ "4.1.0.0": "4.3.0"
}
},
"System.Xml.XPath": {