Move EF Core dependency out of Jellyfin.Data

This commit is contained in:
Patrick Barron
2021-03-06 20:07:55 -05:00
parent 7b37ae94f7
commit 7c413a323b
3 changed files with 4 additions and 2 deletions

View File

@@ -26,6 +26,8 @@
<ItemGroup>
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>