Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 6985104

Browse files
committed
Fix duplicated XDocumentExtensions
1 parent 4e782f1 commit 6985104

File tree

3 files changed

+0
-32
lines changed

3 files changed

+0
-32
lines changed
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Condition="'$(RuntimeIdentifier)' != ''">
4-
<!-- XDocumentExtensions is duplicated -->
5-
<IgnoredTypes Include="System.Xml.XPath.XDocumentExtensions" />
6-
74
<IgnoredTypes Include="System.DBNull" />
85
</ItemGroup>
96
</Project>

src/System.Private.Xml.Linq/src/System.Private.Xml.Linq.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
<Compile Include="System\Xml\Linq\XText.cs" />
5959
<Compile Include="System\Xml\Schema\XNodeValidator.cs" />
6060
<Compile Include="System\Xml\XPath\XAttributeExtensions.cs" />
61-
<Compile Include="System\Xml\XPath\XDocumentExtensions.cs" />
6261
<Compile Include="System\Xml\XPath\XNodeNavigator.cs" />
6362
<Compile Include="System\Xml\XPath\XObjectExtensions.cs" />
6463
</ItemGroup>

src/System.Private.Xml.Linq/src/System/Xml/XPath/XDocumentExtensions.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)