Skip to content

Commit 219c18e

Browse files
sayedihashimibradwilson
authored andcommitted
Changing System.XML to System.Xml so that it works xplat
1 parent 7b11ac4 commit 219c18e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/xunit.console/xunit.console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<Reference Include="System.configuration" />
5656
<Reference Include="System.Runtime" />
5757
<Reference Include="System.Web.Extensions" />
58-
<Reference Include="System.XML" />
58+
<Reference Include="System.Xml" />
5959
<Reference Include="System.Xml.Linq" />
6060
</ItemGroup>
6161
<ItemGroup>

test/test.xunit.console/test.xunit.console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<Reference Include="System.Core">
6262
<RequiredTargetFramework>3.5</RequiredTargetFramework>
6363
</Reference>
64-
<Reference Include="System.XML" />
64+
<Reference Include="System.Xml" />
6565
<Reference Include="System.Xml.Linq" />
6666
<Reference Include="TestDriven.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50ecb853f8c6b8d2">
6767
<SpecificVersion>False</SpecificVersion>

test/test.xunit.execution/test.xunit.execution.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<Reference Include="System.Core">
3939
<RequiredTargetFramework>3.5</RequiredTargetFramework>
4040
</Reference>
41-
<Reference Include="System.XML" />
41+
<Reference Include="System.Xml" />
4242
<Reference Include="System.Xml.Linq" />
4343
<Reference Include="TestDriven.Framework, Version=2.0.0.0, Culture=neutral, PublicKeyToken=50ecb853f8c6b8d2">
4444
<SpecificVersion>False</SpecificVersion>

test/test.xunit.runner.msbuild/test.xunit.runner.msbuild.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</Reference>
3838
<Reference Include="System" />
3939
<Reference Include="System.Core" />
40-
<Reference Include="System.XML" />
40+
<Reference Include="System.Xml" />
4141
<Reference Include="System.Xml.Linq" />
4242
<Reference Include="TestDriven.Framework">
4343
<HintPath>..\..\tools\TestDriven.Framework.dll</HintPath>

test/test.xunit.runner.utility/test.xunit.runner.utility.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Reference Include="System" />
3737
<Reference Include="System.Core" />
3838
<Reference Include="System.Web" />
39-
<Reference Include="System.XML" />
39+
<Reference Include="System.Xml" />
4040
<Reference Include="System.Xml.Linq" />
4141
<Reference Include="TestDriven.Framework">
4242
<HintPath>..\..\tools\TestDriven.Framework.dll</HintPath>

0 commit comments

Comments
 (0)