diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2020-12-10 13:56:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-10 13:56:54 +0100 |
| commit | a56ac654498298f2d67a5109f8112ba17ca9ee22 (patch) | |
| tree | 869ccebc299b4ac3d0ca3d9c0aaf60503c87b4a6 /Jellyfin.Server.Implementations | |
| parent | 7455de1f85da3094e3ebfada32eeb01032478b0f (diff) | |
| parent | aa5fa7cb8fd42200520a9b0d76aa38d23023eecc (diff) | |
Merge pull request #4753 from crobibero/5.0.1
Update to dotnet 5.0.1
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 e663798da0..5f508ea0a5 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="5.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.0"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.0"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.1"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
