aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-09-19 15:06:27 -0600
committerCody Robibero <cody@robibe.ro>2021-09-19 15:06:27 -0600
commite7d6c4550989e960bba8f94f68da1cbc1b7b2006 (patch)
tree2c7cf0ebfbfa6dd9f074625982872ca40f421757 /Jellyfin.Server.Implementations
parenta3a8e058bc2f6249b6a17e277cc4e0cf98240ef4 (diff)
Upgrade to dotnet 5.0.10
Diffstat (limited to 'Jellyfin.Server.Implementations')
-rw-r--r--Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj8
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>