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:
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/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
parent7f7fa6523c3863eb16d33e647cf759448e46b131 (diff)
Change projects referencing System.Xml.Linq to Private.Xml.Linq
Diffstat (limited to 'src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj')
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj2
1 files changed, 1 insertions, 1 deletions
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>