diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2019-10-20 15:16:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-20 15:16:01 -0400 |
| commit | 91600b1c81872e1745401942633a87085dc706b5 (patch) | |
| tree | 31a7135ea21ea0912d0dddf21665d22bb5e5345e /MediaBrowser.Common | |
| parent | fdb0c3a1dff0c1e9c3c22a3be688b97ea0bd7a6d (diff) | |
| parent | 5edb8159a7f8966d09cb222f366d7403a9bf723b (diff) | |
Merge pull request #1898 from Bond-009/jsonfix
Fix Json serialization error
Diffstat (limited to 'MediaBrowser.Common')
| -rw-r--r-- | MediaBrowser.Common/MediaBrowser.Common.csproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj index 263cc7581..cf3f6c2a4 100644 --- a/MediaBrowser.Common/MediaBrowser.Common.csproj +++ b/MediaBrowser.Common/MediaBrowser.Common.csproj @@ -14,7 +14,6 @@ <ItemGroup> <PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="2.2.0" /> <PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.0" /> - <PackageReference Include="System.Text.Json" Version="4.6.0" /> </ItemGroup> <ItemGroup> |
