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:
authorShin Mao <shmao@microsoft.com>2017-04-05 01:45:12 +0300
committerShin Mao <shmao@microsoft.com>2017-04-05 01:45:12 +0300
commit110d521e36464a32bf81283700d4da9f4c9e7baf (patch)
treed7c66d615dde869b4f4ec5a5a13556c3ee1b48ed /src/System.Private.Xml.Linq
parentb72e16b98c3c6cbc2aee6cf1cba342d8e9ac4dac (diff)
Fix the .rd.xml in the Xml space.
Fix #17555 Fix #17557
Diffstat (limited to 'src/System.Private.Xml.Linq')
-rw-r--r--src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml b/src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml
index 420698c78c..f1b2636055 100644
--- a/src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml
+++ b/src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="System.Xml.Linq">
- <Assembly Name="System.Xml.Linq">
+ <Assembly Name="System.Private.Xml.Linq">
<Namespace Name="System.Xml.Linq">
<Type Name="XElement">
<!-- The default constructor of XElement is required for it to be serializable by XmlSerializer. -->