aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2021-12-14 23:47:07 -0700
committerCody Robibero <cody@robibe.ro>2021-12-14 23:47:07 -0700
commit5e8aaa68cfd0435848a4571324ead22d402be771 (patch)
tree591ee0f371eb2654c6a7657ff239fe9cf4180108 /Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj
parentec9cff29dfa0c0b08f4181b753eadab34cb05e3c (diff)
Update to dotnet 6.0.1
Diffstat (limited to 'Jellyfin.Server.Implementations/Jellyfin.Server.Implementations.csproj')
-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 8b461e6af..d22757c03 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.1.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.0" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.0">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.1" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.0">
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>