fix migrations lib ref

This commit is contained in:
Collin M. Barrett 2020-02-10 10:26:22 -06:00
parent 726f13eb75
commit dc4cbf6bc1

View file

@ -15,10 +15,6 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FilterLists.Data\FilterLists.Data.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="2.9.8">
<PrivateAssets>all</PrivateAssets>
@ -36,4 +32,8 @@
</PackageReference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\FilterLists.Data.Migrations\FilterLists.Data.Migrations.csproj" />
</ItemGroup>
</Project>