Fixed build

This commit is contained in:
Jamie.Rees 2017-04-21 08:48:39 +01:00
commit 0dd273607b

View file

@ -7,13 +7,11 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" /> <PackageReference Include="AutoMapper" Version="6.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AutoMapper"> <ProjectReference Include="..\Ombi.Api\Ombi.Api.csproj" />
<HintPath>..\..\..\..\..\.nuget\packages\automapper\6.0.2\lib\netstandard1.3\AutoMapper.dll</HintPath>
</Reference>
</ItemGroup> </ItemGroup>
</Project> </Project>