diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-05-18 19:33:12 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-18 19:33:12 +0900 |
| commit | 8de7c5ee36c473266e4fdbc38e0ab847976c3010 (patch) | |
| tree | f539c7c0b882abc04b151d92ef2ab9f2fb60ed23 /Jellyfin.Server.Implementations | |
| parent | 7b75cc7fea27cfc42cedf359375fcf39ca7a2363 (diff) | |
| parent | 3ed76d7e083940b53011c7a11a52cdb71d7aa715 (diff) | |
Merge pull request #3134 from mark-monteiro/update-dotnet-core
Update to .NET Core 3.1.4
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj index 149ca50209..8486fc2dfb 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -26,8 +26,11 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.3" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.3"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.4"> + <PrivateAssets>all</PrivateAssets> + <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> + </PackageReference> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.4"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
