diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-12-05 15:23:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-05 15:23:48 +0900 |
| commit | a7ef1aa7ecf8554e43fc6f2c076bfd452c5c0483 (patch) | |
| tree | 4ec0e0b48da0cc95505feba6d8e8ba7e2d5bc21c /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | e44a7ae3f60f95a6233690d77df326038d8f50fc (diff) | |
| parent | 6a6bfa6da9ac4b2c54d0eba88e3d30c4147a2379 (diff) | |
Merge pull request #2050 from Bond-009/nullref
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 eb9069c44..fde4d7059 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -37,6 +37,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> |
