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/src
diff options
context:
space:
mode:
authorKrzysztof Wicher <kwicher@microsoft.com>2016-07-29 00:30:50 +0300
committerKrzysztof Wicher <kwicher@microsoft.com>2016-07-29 00:30:50 +0300
commit6894ec64a41f1121c05a27bdda23b870031b86f5 (patch)
tree0acac88835463b661d5915ce4a178949af200eb4 /src
parent7f7fa6523c3863eb16d33e647cf759448e46b131 (diff)
Change projects referencing System.Xml.Linq to Private.Xml.Linq
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj2
-rw-r--r--src/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj2
-rw-r--r--src/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj2
-rw-r--r--src/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj2
-rw-r--r--src/System.Runtime.Serialization.Json/tests/Performance/System.Runtime.Serialization.Json.Performance.Tests.csproj2
-rw-r--r--src/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj2
-rw-r--r--src/System.Runtime.Serialization.Xml/tests/Performance/System.Runtime.Serialization.Xml.Performance.Tests.csproj2
-rw-r--r--src/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj2
-rw-r--r--src/System.Xml.XDocument/ref/System.Xml.XDocument.csproj2
-rw-r--r--src/System.Xml.XDocument/src/System.Xml.XDocument.csproj2
-rw-r--r--src/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj2
-rw-r--r--src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj2
22 files changed, 22 insertions, 22 deletions
diff --git a/src/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj b/src/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj
index 60f875641a..721e2044ad 100644
--- a/src/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/Properties/System.Xml.Linq.Properties.Tests.csproj
@@ -37,7 +37,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj b/src/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj
index 9b1191fe24..69e0160223 100644
--- a/src/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/SDMSample/System.Xml.Linq.SDMSample.Tests.csproj
@@ -32,7 +32,7 @@
<Project>{C427CE0D-0740-41F3-9C3A-552BEA3DDB0D}</Project>
<Name>System.Xml</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj b/src/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj
index e8501142b9..f73429f535 100644
--- a/src/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/Streaming/System.Xml.Linq.Streaming.Tests.csproj
@@ -27,7 +27,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index f57436d3b5..7a0a4e0fc7 100644
--- a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -73,7 +73,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj b/src/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj
index 29af0f7a13..cb80335d68 100644
--- a/src/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj
+++ b/src/System.Private.Xml.Linq/tests/XDocument.Common/XDocument.Common.csproj
@@ -36,7 +36,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj b/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj
index 49e646db24..d8ade7329e 100644
--- a/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj
+++ b/src/System.Private.Xml.Linq/tests/XDocument.Test.ModuleCore/XDocument.Test.ModuleCore.csproj
@@ -32,7 +32,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj b/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
index 441e5ab13f..94dcfc9a85 100644
--- a/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/XPath/XDocument/System.Xml.XPath.XDocument.Tests.csproj
@@ -207,7 +207,7 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\..\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\..\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
<ProjectReference Include="..\..\..\..\System.Xml.ReaderWriter\src\System.Xml.ReaderWriter.csproj" />
<ProjectReference Include="..\..\..\..\System.Xml.XPath\src\System.Xml.XPath.csproj" />
diff --git a/src/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj b/src/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj
index 8b3249ffbc..8262855870 100644
--- a/src/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/axes/System.Xml.Linq.Axes.Tests.csproj
@@ -27,7 +27,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
</ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
diff --git a/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj b/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
index f1a3749fc3..5fa2431181 100644
--- a/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/events/System.Xml.Linq.Events.Tests.csproj
@@ -28,7 +28,7 @@
<None Include="project.json" />
</ItemGroup>
<ItemGroup>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj b/src/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj
index 7c237a1f64..02f2662e1b 100644
--- a/src/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/misc/System.Xml.Linq.Misc.Tests.csproj
@@ -36,7 +36,7 @@
<Project>{C427CE0D-0740-41F3-9C3A-552BEA3DDB0D}</Project>
<Name>System.Xml</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj b/src/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
index 4bbbbde39c..1aae1408f4 100644
--- a/src/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/xNodeBuilder/System.Xml.Linq.xNodeBuilder.Tests.csproj
@@ -44,7 +44,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj b/src/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj
index 45dba9fa0a..65cd23ad71 100644
--- a/src/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/xNodeReader/System.Xml.Linq.xNodeReader.Tests.csproj
@@ -47,7 +47,7 @@
<Project>{466d87df-bdec-4e6c-bacd-317d79b8edbe}</Project>
<Name>XmlDiff</Name>
</ProjectReference>
- <ProjectReference Include="..\..\src\System.Xml.Linq.csproj">
+ <ProjectReference Include="..\..\src\System.Private.Xml.Linq.csproj">
<Project>{442c5a88-29c2-4b00-b1df-730d646d3861}</Project>
<Name>System.Xml.Linq</Name>
</ProjectReference>
diff --git a/src/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj b/src/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj
index 210acac5a1..afb07c3232 100644
--- a/src/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj
+++ b/src/System.Private.Xml/tests/Writers/RwFactory/System.Xml.RW.RwFactory.Tests.csproj
@@ -40,7 +40,7 @@
<Name>XmlCoreTest</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\..\..\System.Xml.ReaderWriter\src\System.Xml.ReaderWriter.csproj" />
</ItemGroup>
<ItemGroup>
diff --git a/src/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj b/src/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj
index 003e671197..f1d6520449 100644
--- a/src/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj
+++ b/src/System.Private.Xml/tests/XmlSerializer/System.Xml.XmlSerializer.Tests.csproj
@@ -25,7 +25,7 @@
</ItemGroup>
<ItemGroup Condition="'$(UseContractReferences)' == ''" >
<ProjectReference Include="..\..\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\..\System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj" />
<ProjectReference Include="..\..\..\System.Runtime.Serialization.Primitives\src\System.Runtime.Serialization.Primitives.csproj" />
<ProjectReference Include="..\..\..\System.Xml.XmlSerializer\src\System.Xml.XmlSerializer.csproj" />
diff --git a/src/System.Runtime.Serialization.Json/tests/Performance/System.Runtime.Serialization.Json.Performance.Tests.csproj b/src/System.Runtime.Serialization.Json/tests/Performance/System.Runtime.Serialization.Json.Performance.Tests.csproj
index 4a306bd914..a93174af0f 100644
--- a/src/System.Runtime.Serialization.Json/tests/Performance/System.Runtime.Serialization.Json.Performance.Tests.csproj
+++ b/src/System.Runtime.Serialization.Json/tests/Performance/System.Runtime.Serialization.Json.Performance.Tests.csproj
@@ -38,7 +38,7 @@
<ProjectReference Include="..\..\..\System.Xml.XDocument\src\System.Xml.XDocument.csproj" />
<ProjectReference Include="..\..\..\System.Xml.XmlDocument\src\System.Xml.XmlDocument.csproj" />
<ProjectReference Include="..\..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/src/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj b/src/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj
index 5bad625c39..f71171f1c1 100644
--- a/src/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj
+++ b/src/System.Runtime.Serialization.Json/tests/System.Runtime.Serialization.Json.Tests.csproj
@@ -22,7 +22,7 @@
<ProjectReference Include="..\..\System.Xml.XmlDocument\src\System.Xml.XmlDocument.csproj" />
<ProjectReference Include="..\..\System.Xml.XmlSerializer\src\System.Xml.XmlSerializer.csproj" />
<ProjectReference Include="..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<Compile Include="..\..\System.Runtime.Serialization.Xml\tests\Utils.cs" />
<Compile Include="..\..\System.Runtime.Serialization.Xml\tests\SerializationTypes.cs" />
<Compile Include="..\..\System.Runtime.Serialization.Xml\tests\SerializationTypes.CoreCLR.cs" />
diff --git a/src/System.Runtime.Serialization.Xml/tests/Performance/System.Runtime.Serialization.Xml.Performance.Tests.csproj b/src/System.Runtime.Serialization.Xml/tests/Performance/System.Runtime.Serialization.Xml.Performance.Tests.csproj
index 6cd4b91fb2..18a980acf8 100644
--- a/src/System.Runtime.Serialization.Xml/tests/Performance/System.Runtime.Serialization.Xml.Performance.Tests.csproj
+++ b/src/System.Runtime.Serialization.Xml/tests/Performance/System.Runtime.Serialization.Xml.Performance.Tests.csproj
@@ -42,7 +42,7 @@
<ProjectReference Include="..\..\..\System.Xml.XDocument\src\System.Xml.XDocument.csproj" />
<ProjectReference Include="..\..\..\System.Xml.XmlDocument\src\System.Xml.XmlDocument.csproj" />
<ProjectReference Include="..\..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/src/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj b/src/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj
index 5950057237..874e924fa0 100644
--- a/src/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj
+++ b/src/System.Runtime.Serialization.Xml/tests/System.Runtime.Serialization.Xml.Tests.csproj
@@ -30,7 +30,7 @@
<ProjectReference Include="..\..\System.Xml.XmlDocument\src\System.Xml.XmlDocument.csproj" />
<ProjectReference Include="..\..\System.Xml.XmlSerializer\src\System.Xml.XmlSerializer.csproj" />
<ProjectReference Include="..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\System.Private.DataContractSerialization\src\System.Private.DataContractSerialization.csproj">
<Project>{6B4C1660-D158-4820-BE1C-D7A29CEBEC9B}</Project>
<Name>System.Private.DataContractSerialization</Name>
diff --git a/src/System.Xml.XDocument/ref/System.Xml.XDocument.csproj b/src/System.Xml.XDocument/ref/System.Xml.XDocument.csproj
index 7a2b50384b..5dae154e82 100644
--- a/src/System.Xml.XDocument/ref/System.Xml.XDocument.csproj
+++ b/src/System.Xml.XDocument/ref/System.Xml.XDocument.csproj
@@ -8,7 +8,7 @@
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
</PropertyGroup>
<ItemGroup>
- <ProjectReference Include="..\..\System.Xml.Linq\ref\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\ref\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\System.Private.Xml\ref\System.Private.Xml.csproj" />
<ProjectReference Include="..\..\System.Xml.ReaderWriter\ref\System.Xml.ReaderWriter.csproj" />
<Compile Include="System.Xml.XDocument.Forwards.cs" />
diff --git a/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj b/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj
index 70e1aa068e..dbea5ca28a 100644
--- a/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj
+++ b/src/System.Xml.XDocument/src/System.Xml.XDocument.csproj
@@ -17,7 +17,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'net46_Release|AnyCPU'" />
<ItemGroup Condition="'$(TargetGroup)' != 'net46'">
- <ProjectReference Include="..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)' == 'net46'">
diff --git a/src/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj b/src/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj
index 89d8584d17..ea43873552 100644
--- a/src/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj
+++ b/src/System.Xml.XPath.XDocument/ref/System.Xml.XPath.XDocument.csproj
@@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\System.Private.Xml\ref\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\System.Xml.Linq\ref\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\ref\System.Private.Xml.Linq.csproj" />
<Compile Include="System.Xml.XPath.XDocument.Manual.cs" />
<Compile Include="System.Xml.XPath.XDocument.Forwards.cs" />
</ItemGroup>
diff --git a/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj b/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj
index d5666ee974..7a0c080042 100644
--- a/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj
+++ b/src/System.Xml.XPath.XDocument/src/System.Xml.XPath.XDocument.csproj
@@ -20,7 +20,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)'==''">
<ProjectReference Include="..\..\System.Private.Xml\src\System.Private.Xml.csproj" />
- <ProjectReference Include="..\..\System.Xml.Linq\src\System.Xml.Linq.csproj" />
+ <ProjectReference Include="..\..\System.Private.Xml.Linq\src\System.Private.Xml.Linq.csproj" />
<ProjectReference Include="..\..\System.Xml.XPath\src\System.Xml.XPath.csproj" />
</ItemGroup>
<ItemGroup Condition="'$(TargetGroup)'=='net46'">