diff options
| author | crobibero <cody@robibe.ro> | 2021-06-14 06:44:55 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-06-14 06:44:55 -0600 |
| commit | e021a0e9ce267e965168a51219a6081b60842a39 (patch) | |
| tree | 74a76addaca80dda5f89f5426b76b23666f6dade /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj | |
| parent | aaa9cc604f5cd3a2869259a9b0c404d0330195fd (diff) | |
Update to dotnet 5.0.7
Diffstat (limited to 'Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj')
| -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 d24c73526..eeeb1d19b 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -27,13 +27,13 @@ <ItemGroup> <PackageReference Include="System.Linq.Async" Version="5.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.6" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.6" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="5.0.7" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.7"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
