diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-10-15 12:56:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-15 12:56:10 +0900 |
| commit | 5c2ecc0ca5f4672e090d35bfa8886718a95feb4f (patch) | |
| tree | 55040cd744d22f1a6373490998c8ba9f720aeb2a /Jellyfin.Server.Implementations | |
| parent | 8ffa14e6d3436cd6533bf43241c356f803b06845 (diff) | |
| parent | f998e521072ac5d3c0725cbe9fb544e005b15dfe (diff) | |
Merge pull request #4324 from crobibero/dotnet-3.1.9
Update to dotnet 3.1.9
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 17ba09258..c52be3b8a 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -25,11 +25,11 @@ <ItemGroup> <PackageReference Include="System.Linq.Async" Version="4.1.1" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.8"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.9"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.9"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
