diff --git a/src/NzbDrone.SignalR/Radarr.SignalR.csproj b/src/NzbDrone.SignalR/Radarr.SignalR.csproj index 8ef92ed29b8..4150d33c6bb 100644 --- a/src/NzbDrone.SignalR/Radarr.SignalR.csproj +++ b/src/NzbDrone.SignalR/Radarr.SignalR.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup Condition="'$(TargetFramework)' == 'net462'"> <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="1.1.0" /> - <PackageReference Include="Newtonsoft.Json" Version="12.0.3" /> + <PackageReference Include="Newtonsoft.Json" Version="13.0.1" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\NzbDrone.Core\Radarr.Core.csproj" />