diff options
| author | crobibero <cody@robibe.ro> | 2021-06-14 06:44:55 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2021-06-14 06:44:55 -0600 |
| commit | e021a0e9ce267e965168a51219a6081b60842a39 (patch) | |
| tree | 74a76addaca80dda5f89f5426b76b23666f6dade /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | aaa9cc604f5cd3a2869259a9b0c404d0330195fd (diff) | |
Update to dotnet 5.0.7
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 556662585..9c90de1ed 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -28,7 +28,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.6" /> + <PackageReference Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.7" /> <PackageReference Include="Mono.Nat" Version="3.0.1" /> <PackageReference Include="prometheus-net.DotNetRuntime" Version="4.1.0" /> <PackageReference Include="sharpcompress" Version="0.28.3" /> |
