diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-09-23 19:52:37 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 19:52:37 +0900 |
| commit | dfb2ef5cfea17a4957536e50e53a4d19efdd3caa (patch) | |
| tree | 0ce2270be08365034d8cb53dd94828fdb1b4927e /Jellyfin.Server.Implementations | |
| parent | 7dc22bec7b441e1aeff0ce0a33c9e66ccdf92088 (diff) | |
| parent | 46ae51bc9aaf4564cdb38b02d6b87b9cfcc82bfb (diff) | |
Merge pull request #4126 from crobibero/3.1.8
update to dotnet 3.1.8
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 30ed3e6af..4e79dd8d6 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -24,11 +24,11 @@ </ItemGroup> <ItemGroup> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.7"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="3.1.8"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.7"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.8"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
