diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-10 14:50:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-10 14:50:35 +0000 |
| commit | 7516e61c5b1992a2488f73ca481b86fa079c04fa (patch) | |
| tree | c42d8c7edd60e69d71fd239dcdd80ba192b967cf /Jellyfin.Server.Implementations | |
| parent | ea8fc930f0a186ef3564322cdebb6ecba7dd99ce (diff) | |
chore(deps): update dotnet monorepo to v7.0.2
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 68e9205e4..c2c3513ad 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -28,13 +28,13 @@ <ItemGroup> <PackageReference Include="EFCoreSecondLevelCacheInterceptor" Version="3.8.2" /> <PackageReference Include="System.Linq.Async" Version="6.0.1" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.1" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.1" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.1"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.2" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="7.0.2" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="7.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.1"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
