Update to use my build of XmlRpcCs instead of the XMLRPC.dll mystery meat

This commit is contained in:
Travis CI
2017-03-19 18:05:17 -05:00
parent 4cadb5bbc7
commit dba78c173b
7 changed files with 9 additions and 9 deletions

View File

@@ -99,9 +99,8 @@
<Name>System.Xml</Name>
<Private>False</Private>
</Reference>
<Reference Include="XMLRPC">
<Name>XMLRPC</Name>
<Private>False</Private>
<Reference Include="XmlRpcCs, Version=2.0.0.4, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\XmlRpcCS.2.0.0.4\lib\net40\XmlRpcCs.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>