diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2022-03-10 12:47:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-10 12:47:18 -0500 |
| commit | 388e0cba9f287952c5a57ae995519f0d02ee1f98 (patch) | |
| tree | b4b281fb862ee1b5dc0e759fd41ca1949bf987d3 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 11fc84eebe3b4e90b96762449c8f7d22bba279c9 (diff) | |
| parent | 965bf7332f0adec5a3072c9909d86d6e80f6b9cc (diff) | |
Merge pull request #7434 from crobibero/dotnet-6.0.3
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index a5cc125ec..886da1390 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -29,7 +29,7 @@ <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="6.0.1" /> <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" /> <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="6.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.2" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.3" /> <PackageReference Include="Mono.Nat" Version="3.0.2" /> <PackageReference Include="prometheus-net.DotNetRuntime" Version="4.2.3" /> <PackageReference Include="sharpcompress" Version="0.30.1" /> |
