fix migrations lib ref

This commit is contained in:
Collin M. Barrett 2020-02-10 10:18:03 -06:00
parent faca8b98ea
commit 726f13eb75

View file

@ -14,10 +14,6 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\FilterLists.Data\FilterLists.Data.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="8.1.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="6.1.0" />
@ -31,4 +27,8 @@
<PackageReference Include="SharpCompress" Version="0.24.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FilterLists.Data.Migrations\FilterLists.Data.Migrations.csproj" />
</ItemGroup>
</Project>