diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-09-21 02:11:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-21 02:11:27 -0400 |
| commit | 18506f7c218b218f58f99f09c10e0ff6b883b663 (patch) | |
| tree | 3741589fcbc546f036804ab27f685cfa5d0f80be /Jellyfin.Server.Implementations | |
| parent | c38d19682cf6332b830bde14eaf2c6db9aedcbdb (diff) | |
| parent | e7d6c4550989e960bba8f94f68da1cbc1b7b2006 (diff) | |
Merge pull request #6569 from crobibero/dotnet-5.0.10
Update to dotnet 5.0.10
Diffstat (limited to 'Jellyfin.Server.Implementations')
| -rw-r--r-- | Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj index a75b285936..434c414a4a 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -19,13 +19,13 @@ <ItemGroup> <PackageReference Include="System.Linq.Async" Version="5.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.9" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.9" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.9"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.10" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.10" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.10"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.9"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.10"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
