mirror of https://github.com/icedream/npsharp.git
Update uHttpSharp.
parent
4763cb8e0e
commit
d9c591b1a8
|
@ -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>
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue