diff options
| author | crobibero <cody@robibe.ro> | 2021-05-14 17:28:36 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-05-14 17:28:36 -0600 |
| commit | 66b185898f6c6545989d4c4adcf093f590c7668a (patch) | |
| tree | 732cda9e11c1194973b0a8b8a67686005a2b3a6c /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 88a7875a2739bef91f1d7216c5ebd89b4c267911 (diff) | |
Update to dotnet5.0.6
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 8ea98f454f..14f6f565c4 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -27,7 +27,7 @@ <PackageReference Include="Microsoft.Extensions.Caching.Memory" Version="5.0.0" /> <PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" /> <PackageReference Include="Microsoft.Extensions.Hosting.Abstractions" Version="5.0.0" /> - <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.3" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.6" /> <PackageReference Include="Mono.Nat" Version="3.0.1" /> <PackageReference Include="prometheus-net.DotNetRuntime" Version="4.1.0" /> <PackageReference Include="sharpcompress" Version="0.28.2" /> |
