diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-05-17 19:56:14 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-17 19:56:14 -0400 |
| commit | 24ddcd5955890676cf37cc6e789b958c3c971002 (patch) | |
| tree | 943dbec2c7b621ac03344ddac0620d39beb9deed /Jellyfin.Server.Implementations | |
| parent | c64bdbb4ff10310b008ceeb4a40efeafb76070b1 (diff) | |
| parent | 66b185898f6c6545989d4c4adcf093f590c7668a (diff) | |
Merge pull request #6047 from crobibero/dotnet-5.0.6
Update to Dotnet 5.0.6
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 2c6a176b69..d24c73526a 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.5" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.5" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.5"> + <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"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.5"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
