Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit dd1ce5f

Browse files
committed
Fix System.Xml reference case
1 parent 4079e9a commit dd1ce5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Xero.Api/Xero.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<Reference Include="System.Data.Linq" />
4343
<Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
4444
<Reference Include="System.Runtime.Serialization" />
45-
<Reference Include="System.XML" />
45+
<Reference Include="System.Xml" />
4646
</ItemGroup>
4747
<ItemGroup>
4848
<Compile Include="Common\IHasAttachment.cs" />

0 commit comments

Comments
 (0)