Skip to content

Commit

Permalink
Bump Newtonsoft.Json from 11.0.2 to 13.0.1 in /source/OculusHelper (#386
Browse files Browse the repository at this point in the history
)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 23, 2022
1 parent 144e623 commit 85c91b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/OculusHelper/OculusHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="System.ServiceProcess.ServiceController" Version="5.0.0" />
</ItemGroup>
<Import Project="..\HelperTools\HelperTools.projitems" Label="Shared" />
Expand Down
2 changes: 1 addition & 1 deletion source/OculusHelper/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
Apache License Version 2.0
-->
<packages>
<package id="Newtonsoft.Json" version="11.0.2" targetFramework="net40" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net40" />
</packages>

0 comments on commit 85c91b8

Please sign in to comment.