Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /Infrastructure #6

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump Newtonsoft.Json from 12.0.1 to 13.0.1 in /Infrastructure
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.1 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@12.0.1...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 Sep 1, 2022
commit ee2b9e27c21955bd728f3725de68990c7297fc86
2 changes: 1 addition & 1 deletion Infrastructure/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<package id="Microsoft.Owin.Security" version="3.1.0" targetFramework="net46" />
<package id="Microsoft.Owin.Security.Cookies" version="3.1.0" targetFramework="net46" />
<package id="Microsoft.Owin.Security.OAuth" version="3.1.0" targetFramework="net46" />
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net46" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net46" />
<package id="Owin" version="1.0" targetFramework="net46" />
</packages>