|
37 | 37 | <Prefer32Bit>false</Prefer32Bit> |
38 | 38 | </PropertyGroup> |
39 | 39 | <ItemGroup> |
40 | | - <Reference Include="Autofac, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
| 40 | + <Reference Include="Autofac, Version=3.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
41 | 41 | <SpecificVersion>False</SpecificVersion> |
42 | | - <HintPath>packages\Autofac.3.2.0\lib\net40\Autofac.dll</HintPath> |
| 42 | + <HintPath>packages\Autofac.3.5.0\lib\net40\Autofac.dll</HintPath> |
43 | 43 | </Reference> |
44 | | - <Reference Include="Autofac.Integration.WebApi, Version=3.0.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL"> |
45 | | - <SpecificVersion>False</SpecificVersion> |
46 | | - <HintPath>packages\Autofac.WebApi2.3.2.0\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
| 44 | + <Reference Include="Autofac.Integration.WebApi"> |
| 45 | + <HintPath>packages\Autofac.WebApi2.3.3.3\lib\net45\Autofac.Integration.WebApi.dll</HintPath> |
| 46 | + <Private>True</Private> |
47 | 47 | </Reference> |
48 | | - <Reference Include="Newtonsoft.Json"> |
49 | | - <HintPath>packages\Newtonsoft.Json.4.5.11\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 48 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 49 | + <HintPath>packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath> |
50 | 50 | </Reference> |
51 | 51 | <Reference Include="System" /> |
52 | 52 | <Reference Include="System.Core" /> |
53 | 53 | <Reference Include="System.Net.Http, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
54 | 54 | <HintPath>packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.dll</HintPath> |
55 | 55 | </Reference> |
| 56 | + <Reference Include="System.Net.Http.Extensions"> |
| 57 | + <HintPath>packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Extensions.dll</HintPath> |
| 58 | + <Private>True</Private> |
| 59 | + </Reference> |
56 | 60 | <Reference Include="System.Net.Http.Formatting, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
57 | | - <SpecificVersion>False</SpecificVersion> |
58 | 61 | <HintPath>packages\Microsoft.AspNet.WebApi.Client.5.2.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> |
59 | 62 | </Reference> |
| 63 | + <Reference Include="System.Net.Http.Primitives, Version=4.2.22.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
| 64 | + <SpecificVersion>False</SpecificVersion> |
| 65 | + <HintPath>packages\Microsoft.Net.Http.2.2.22\lib\net45\System.Net.Http.Primitives.dll</HintPath> |
| 66 | + </Reference> |
60 | 67 | <Reference Include="System.Net.Http.WebRequest, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
61 | 68 | <HintPath>packages\Microsoft.Net.Http.2.0.20710.0\lib\net40\System.Net.Http.WebRequest.dll</HintPath> |
62 | 69 | </Reference> |
|
105 | 112 | </ItemGroup> |
106 | 113 | <ItemGroup> |
107 | 114 | <None Include="app.config" /> |
108 | | - <None Include="packages.config" /> |
| 115 | + <None Include="packages.config"> |
| 116 | + <SubType>Designer</SubType> |
| 117 | + </None> |
109 | 118 | </ItemGroup> |
110 | 119 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
111 | 120 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
0 commit comments