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:
authorWes Haggard <weshaggard@users.noreply.github.com>2016-09-20 02:46:04 +0300
committerGitHub <noreply@github.com>2016-09-20 02:46:04 +0300
commitd3bd2fd8bc4946c5d5428a2aa24f3efb9ad678de (patch)
tree9f77e0b6b8ff8f00b95b84b87891e278e3845c35 /src/System.Private.Xml/tests
parent0573e685c6efca2f7ec449b39d58c39d2d545532 (diff)
parent4b2d28d15ff99c5452a9acfdc559aedc315bbf8e (diff)
Merge pull request #11877 from joperezr/RemovePkgprojRef
Remove P2P reference in XmlSchemaSet tests
Diffstat (limited to 'src/System.Private.Xml/tests')
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj1
-rw-r--r--src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
index 1e4b1f78aa..6e6b42c5e3 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/System.Xml.XmlSchemaSet.Tests.csproj
@@ -60,7 +60,6 @@
<ItemGroup>
<ProjectReference Include="..\..\..\src\System.Private.Xml.csproj" />
<ProjectReference Include="..\..\..\..\System.Xml.ReaderWriter\src\System.Xml.ReaderWriter.csproj" />
- <ProjectReference Include="..\..\..\..\Microsoft.Win32.Registry\pkg\Microsoft.Win32.Registry.pkgproj" />
</ItemGroup>
<ItemGroup>
<None Include="project.json" />
diff --git a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
index 0e7c1335aa..9c5df7c76e 100644
--- a/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
+++ b/src/System.Private.Xml/tests/XmlSchema/XmlSchemaSet/project.json
@@ -1,6 +1,7 @@
{
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.2-beta-24516-03",
+ "Microsoft.Win32.Registry": "4.3.0-beta-24516-03",
"System.IO": "4.3.0-beta-24516-03",
"System.Collections.NonGeneric": "4.3.0-beta-24516-03",
"System.IO.FileSystem": "4.3.0-beta-24516-03",