|
38 | 38 | <AssemblyOriginatorKeyFile>..\eWAY.Rapid.GitHub.snk</AssemblyOriginatorKeyFile> |
39 | 39 | </PropertyGroup> |
40 | 40 | <ItemGroup> |
41 | | - <Reference Include="AutoMapper"> |
42 | | - <HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath> |
| 41 | + <Reference Include="AutoMapper, Version=4.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL"> |
| 42 | + <HintPath>..\packages\AutoMapper.4.1.1\lib\net45\AutoMapper.dll</HintPath> |
| 43 | + <Private>True</Private> |
43 | 44 | </Reference> |
44 | | - <Reference Include="AutoMapper.Net4"> |
45 | | - <HintPath>..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath> |
46 | | - </Reference> |
47 | | - <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
48 | | - <SpecificVersion>False</SpecificVersion> |
49 | | - <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 45 | + <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 46 | + <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 47 | + <Private>True</Private> |
50 | 48 | </Reference> |
51 | 49 | <Reference Include="System" /> |
52 | 50 | <Reference Include="System.Core" /> |
|
175 | 173 | </ItemGroup> |
176 | 174 | <ItemGroup /> |
177 | 175 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
178 | | - <Import Project="..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition="Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" /> |
179 | 176 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
180 | 177 | Other similar extension points exist, see Microsoft.Common.targets. |
181 | 178 | <Target Name="BeforeBuild"> |
|
0 commit comments