Skip to content

Commit

Permalink
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /csharp/WinTestRunnerGa…
Browse files Browse the repository at this point in the history
…me (PlayFab#132)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@11.0.2...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2022
1 parent 428eec8 commit fada4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csharp/GSDK_CSharp_Standard/GSDK_CSharp_Standard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<DocumentationFile>Microsoft.Playfab.Gaming.GSDK.CSharp.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion csharp/WinTestRunnerGame/WinTestRunnerGame.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="4.5.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="PlayFabAllSDK" Version="1.45.190219" />
Expand Down

0 comments on commit fada4df

Please sign in to comment.