aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-07-13 12:49:20 -0400
committerPatrick Barron <barronpm@gmail.com>2020-07-13 12:49:20 -0400
commitbefd0c7a00d0129d85db95d9ddf8e9d96df79d0a (patch)
tree1fa3379c3b56fa5aa3c6e86e8102ffa9750ed369 /Jellyfin.Data
parent8959621da7d9e0696e530448fc028c0089c2609a (diff)
Remove EF Core Proxies
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index 282ea511cf..58d1ba2f36 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -21,7 +21,6 @@
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.5" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.5" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Proxies" Version="3.1.5" />
</ItemGroup>
</Project>