mirror of https://github.com/icedream/npsharp.git
Upgrading uHttpSharp from 0.1.4.8 to 0.1.5.2.
parent
67d3538ad0
commit
576b174184
|
@ -50,7 +50,7 @@
|
|||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="uhttpsharp">
|
||||
<HintPath>..\..\packages\uHttpSharp.0.1.4.8\lib\net40\uhttpsharp.dll</HintPath>
|
||||
<HintPath>..\..\packages\uHttpSharp.0.1.5.2\lib\net40\uhttpsharp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
<packages>
|
||||
<package id="log4net" version="2.0.3" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
|
||||
<package id="uHttpSharp" version="0.1.4.8" targetFramework="net45" />
|
||||
<package id="uHttpSharp" version="0.1.5.2" targetFramework="net45" />
|
||||
</packages>
|
|
@ -50,9 +50,8 @@
|
|||
<Reference Include="log4net">
|
||||
<HintPath>$(SolutionDir)\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="uhttpsharp, Version=0.1.5247.25275, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>$(SolutionDir)\packages\uHttpSharp.0.1.4.8\lib\net40\uhttpsharp.dll</HintPath>
|
||||
<Reference Include="uhttpsharp">
|
||||
<HintPath>..\..\packages\uHttpSharp.0.1.5.2\lib\net40\uhttpsharp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
<package id="log4net" version="2.0.3" targetFramework="net45" />
|
||||
<package id="Newtonsoft.Json" version="6.0.3" targetFramework="net45" />
|
||||
<package id="protobuf-net" version="2.0.0.668" targetFramework="net45" />
|
||||
<package id="uHttpSharp" version="0.1.4.8" targetFramework="net45" />
|
||||
<package id="uHttpSharp" version="0.1.5.2" targetFramework="net45" />
|
||||
</packages>
|
Loading…
Reference in New Issue