aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2021-01-16 10:17:33 -0700
committercrobibero <cody@robibe.ro>2021-01-16 10:17:33 -0700
commita087ab389a1530a4bfb7efb3a29cec07aa06b10d (patch)
tree93f4d6d363128f4750b82b29fdf0b02f5fbe6a63 /Jellyfin.Data
parent549160b9b934c067a881a1204c6177d9eb4df5bf (diff)
dotnet 5.0.2
Diffstat (limited to 'Jellyfin.Data')
-rw-r--r--Jellyfin.Data/Jellyfin.Data.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj
index 4fb5594d4..b95879de4 100644
--- a/Jellyfin.Data/Jellyfin.Data.csproj
+++ b/Jellyfin.Data/Jellyfin.Data.csproj
@@ -41,8 +41,8 @@
</ItemGroup>
<ItemGroup>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.1" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.2" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.2" />
</ItemGroup>
<ItemGroup>