diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2021-02-10 01:22:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-10 01:22:48 -0500 |
| commit | 426b55052f726fe33ffe1771bd317395c57a437d (patch) | |
| tree | ac0524002a5eaebd0c5915e1cc4141cccc132d16 /Jellyfin.Server.Implementations | |
| parent | f2e5b14db78700a016db8d0c14980930cada9ef8 (diff) | |
| parent | 407c35f087d7998ff072b68f837bdefb15a7304b (diff) | |
Merge pull request #5200 from crobibero/dotnet-5.0.3
Update to dotnet 5.0.3
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 05052e5c06..4f24da0ee4 100644 --- a/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj +++ b/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj @@ -26,11 +26,11 @@ <ItemGroup> <PackageReference Include="System.Linq.Async" Version="5.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> - <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2"> + <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.3"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> </PackageReference> |
