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-07 01:51:17 +0300
committerGitHub <noreply@github.com>2017-04-07 01:51:17 +0300
commit451267ecfc28147e6ba5f672cc31ee8a265a3bcc (patch)
tree9e8ae7e09193ad7ba6b77bfe118c9138b5e9603c
parentd175b7b8d976bab3095311b8ca11f887714e9de6 (diff)
parent47020d3b830f87d036647fcce63be4662e9136dd (diff)
Merge pull request #18027 from shmao/FixRdXml
Added Back rd.xml for System.Linq.Expressions.csproj
-rw-r--r--src/System.Linq.Expressions/src/System.Linq.Expressions.csproj1
-rw-r--r--src/System.Private.Xml.Linq/src/Resources/System.Private.Xml.Linq.rd.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj b/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj
index 7eeca659f0..25516a7c16 100644
--- a/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj
+++ b/src/System.Linq.Expressions/src/System.Linq.Expressions.csproj
@@ -24,6 +24,7 @@
<DefineConstants>$(DefineConstants);FEATURE_DYNAMIC_DELEGATE</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'uapaot'">
+ <EmbeddedResource Include="Resources\$(AssemblyName).rd.xml" />
<!-- Needed for DynamicDelegate -->
<ReferenceFromRuntime Include="System.Private.CoreLib" />
<!-- Causes us to use project references to avoid duplicate definitions that the ref assemblies would give us -->
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 f1b2636055..420698c78c 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.Private.Xml.Linq">
+ <Assembly Name="System.Xml.Linq">
<Namespace Name="System.Xml.Linq">
<Type Name="XElement">
<!-- The default constructor of XElement is required for it to be serializable by XmlSerializer. -->