Update uHttpSharp.

release-v1.1.0
Icedream 2015-03-22 00:11:01 +01:00
parent 4763cb8e0e
commit d9c591b1a8
2 changed files with 3 additions and 4 deletions

View File

@ -49,9 +49,8 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="uhttpsharp, Version=0.1.5307.27114, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\packages\uHttpSharp.0.1.5.4\lib\net40\uhttpsharp.dll</HintPath>
<Reference Include="uhttpsharp">
<HintPath>..\..\packages\uHttpSharp.0.1.6.18\lib\net40\uhttpsharp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="uHttpSharp" version="0.1.5.4" targetFramework="net45" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="uHttpSharp" version="0.1.6.18" targetFramework="net45" />
</packages>