diff options
| author | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 13:33:38 -0400 |
|---|---|---|
| committer | Mark Monteiro <marknr.monteiro@protonmail.com> | 2020-05-17 13:33:38 -0400 |
| commit | 3ed76d7e083940b53011c7a11a52cdb71d7aa715 (patch) | |
| tree | fc3466a420aa0d805469dfb7c39e59433380fdbd /Jellyfin.Data | |
| parent | 4b4b50f3eedc5be92786cc9d4e0d244999107426 (diff) | |
Update to .NET Core 3.1.4
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Jellyfin.Data.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Data/Jellyfin.Data.csproj b/Jellyfin.Data/Jellyfin.Data.csproj index b2a3f7eb34..9157c3ead9 100644 --- a/Jellyfin.Data/Jellyfin.Data.csproj +++ b/Jellyfin.Data/Jellyfin.Data.csproj @@ -19,8 +19,8 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.3" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.3" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.4" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="3.1.4" /> </ItemGroup> </Project> |
