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:
authorWes Haggard <weshaggard@users.noreply.github.com>2016-09-29 09:57:42 +0300
committerGitHub <noreply@github.com>2016-09-29 09:57:42 +0300
commit99d22c1ee8759927b5732316f0d2458a090e30b6 (patch)
tree2307d676db8a2ed267c9b018f280c5b3922dd06d /pkg
parent673d547ac8b92b8535a6d8bf64d54aa858aea38b (diff)
Fix XmlDocument target framework and XPath assembly version (#12185)
XmlDocument should have been moved to NS17. It is a breaking change to type-forward all the types to S.Xml.RewaderWriter in NS13 because those types don't exist in the NS13 version of that library. XPath has added new APIs but the Assembly Version wasn't bumped so moved it to 4.1.0 S.Xml.Xsl.Primitives is a dead contract that has never shipped and is now folded into S.Xml.ReaderWriter so I deleted it. Cleaned up a bunch of project.json files to eliminate build warnings and make them consistent. Focused on Xml libraries but also fixed a few others to eliminate the build warnings.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.PackageBaseline/packageIndex.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
index c1f0bea3f6..411cf47e4e 100644
--- a/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
+++ b/pkg/Microsoft.Private.PackageBaseline/packageIndex.json
@@ -2156,7 +2156,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.XPath.XDocument": {