Skip to content

Commit

Permalink
Bump Newtonsoft.Json in /example-dotnet-openid-connect-client
Browse files Browse the repository at this point in the history
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@10.0.3...13.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 3a117fc commit c523615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example-dotnet-openid-connect-client/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<package id="Microsoft.IdentityModel.Protocols" version="2.1.4" targetFramework="net47" />
<package id="Microsoft.IdentityModel.Tokens" version="5.1.4" targetFramework="net47" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net45" />
<package id="Newtonsoft.Json" version="10.0.3" targetFramework="net47" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net47" />
<package id="System.IdentityModel.Tokens.Jwt" version="5.1.4" targetFramework="net47" />
</packages>

0 comments on commit c523615

Please sign in to comment.