|
32 | 32 | <WarningLevel>4</WarningLevel> |
33 | 33 | </PropertyGroup> |
34 | 34 | <ItemGroup> |
| 35 | + <Reference Include="Common.Logging"> |
| 36 | + <HintPath>..\packages\Common.Logging.3.0.0\lib\net40\Common.Logging.dll</HintPath> |
| 37 | + </Reference> |
| 38 | + <Reference Include="Common.Logging.Core"> |
| 39 | + <HintPath>..\packages\Common.Logging.Core.3.0.0\lib\net40\Common.Logging.Core.dll</HintPath> |
| 40 | + </Reference> |
| 41 | + <Reference Include="Common.Logging.NLog31"> |
| 42 | + <HintPath>..\packages\Common.Logging.NLog31.3.0.0\lib\net40\Common.Logging.NLog31.dll</HintPath> |
| 43 | + </Reference> |
35 | 44 | <Reference Include="Elasticsearch.Net"> |
36 | 45 | <HintPath>..\packages\Elasticsearch.Net.1.3.1\lib\Elasticsearch.Net.dll</HintPath> |
37 | 46 | </Reference> |
38 | | - <Reference Include="log4net"> |
39 | | - <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath> |
40 | | - </Reference> |
41 | 47 | <Reference Include="Nest"> |
42 | 48 | <HintPath>..\packages\NEST.1.3.1\lib\Nest.dll</HintPath> |
43 | 49 | </Reference> |
44 | | - <Reference Include="Newtonsoft.Json"> |
45 | | - <HintPath>..\packages\Newtonsoft.Json.6.0.7\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 50 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 51 | + <SpecificVersion>False</SpecificVersion> |
| 52 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 53 | + </Reference> |
| 54 | + <Reference Include="NLog"> |
| 55 | + <HintPath>..\packages\NLog.3.2.0.0\lib\net45\NLog.dll</HintPath> |
46 | 56 | </Reference> |
47 | | - <Reference Include="RabbitMQ.Client"> |
48 | | - <HintPath>..\packages\RabbitMQ.Client.3.4.0\lib\net35\RabbitMQ.Client.dll</HintPath> |
| 57 | + <Reference Include="RabbitMQ.Client, Version=3.4.3.0, Culture=neutral, PublicKeyToken=89e7d7c5feba84ce, processorArchitecture=MSIL"> |
| 58 | + <SpecificVersion>False</SpecificVersion> |
| 59 | + <HintPath>..\packages\RabbitMQ.Client.3.4.3\lib\net35\RabbitMQ.Client.dll</HintPath> |
49 | 60 | </Reference> |
50 | 61 | <Reference Include="System" /> |
51 | 62 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
|
0 commit comments