diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-11-24 17:08:28 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-11-24 17:23:36 +0100 |
| commit | 6a6bfa6da9ac4b2c54d0eba88e3d30c4147a2379 (patch) | |
| tree | f0ea5dcf89166c38aed1386bf5c3fae6c66ca989 /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 47ad21b6e396de836480211515de32f213cef590 (diff) | |
Fix possible nullref when updating packages
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index 214ea5aff..385664737 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -36,6 +36,7 @@ <PackageReference Include="ServiceStack.Text.Core" Version="5.7.0" /> <PackageReference Include="sharpcompress" Version="0.24.0" /> <PackageReference Include="SQLitePCL.pretty.netstandard" Version="2.0.1" /> + <PackageReference Include="System.Interactive.Async" Version="4.0.0" /> </ItemGroup> <ItemGroup> |
