diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-12 13:34:42 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-12 13:34:42 +0900 |
| commit | 6033058f5124905d8ecf7d68b64fa78bc658247d (patch) | |
| tree | ff72830796461f086c08e5f5f4a694cc7d71ff0f /Jellyfin.Server.Implementations | |
| parent | 5d3ff25e26f38589d88b888cdb3f402279716822 (diff) | |
| parent | 17ffb689e05b503e973efe82ab95d9e934ac721e (diff) | |
Merge pull request #3313 from crobibero/update-dotnet-core
Update to .NET Core 3.1.5
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj index 8486fc2dfb..fd533f8ff2 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -26,11 +26,11 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.4"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.5"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.5"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
