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/pkg
diff options
context:
space:
mode:
authorsepidehMS <sekho@microsoft.com>2017-05-10 02:52:14 +0300
committersepidehMS <sekho@microsoft.com>2017-05-10 20:12:42 +0300
commit6985104be422d1ab8bd54d649f4d3831f92f924e (patch)
tree5db810043829b357c3564df844fdceff7f8fcec0 /pkg
parent4e782f1112f86e6cb5a9cbbe56ae0a70999123e6 (diff)
Fix duplicated XDocumentExtensions
Diffstat (limited to 'pkg')
-rw-r--r--pkg/test/frameworkSettings/netcoreapp2.0/settings.targets3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets b/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets
index cff8c4517d..b3ec22aed7 100644
--- a/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets
+++ b/pkg/test/frameworkSettings/netcoreapp2.0/settings.targets
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Condition="'$(RuntimeIdentifier)' != ''">
- <!-- XDocumentExtensions is duplicated -->
- <IgnoredTypes Include="System.Xml.XPath.XDocumentExtensions" />
-
<IgnoredTypes Include="System.DBNull" />
</ItemGroup>
</Project> \ No newline at end of file