Skip to content

Commit 0ea2dd6

Browse files
Bump Newtonsoft.Json from 12.0.3 to 13.0.2 in /OpenTok
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. - [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases) - [Commits](JamesNK/Newtonsoft.Json@12.0.3...13.0.2) --- updated-dependencies: - dependency-name: Newtonsoft.Json dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0b97d0 commit 0ea2dd6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OpenTok/OpenTok.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,19 @@
2828
</PropertyGroup>
2929
<ItemGroup Condition=" '$(TargetFramework)' == 'net452'">
3030
<PackageReference Include="JWT" Version="2.3.2" />
31-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
31+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3232
</ItemGroup>
3333
<ItemGroup Condition=" '$(TargetFramework)' == 'net46'">
3434
<PackageReference Include="JWT" Version="2.3.2" />
35-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
35+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
3636
</ItemGroup>
3737
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
3838
<PackageReference Include="JWT" Version="7.2.1" />
39-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
39+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4040
</ItemGroup>
4141
<ItemGroup Condition=" '$(TargetFramework)' == 'net461'">
4242
<PackageReference Include="JWT" Version="7.2.1" />
43-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
43+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
4444
</ItemGroup>
4545
<ItemGroup Condition=" '$(TargetFramework)' != 'netstandard2.0' ">
4646
<Reference Include="System.Web" />

0 commit comments

Comments
 (0)