Skip to content

Commit

Permalink
Merge pull request #170 from automuteus/dependabot/nuget/Newtonsoft.J…
Browse files Browse the repository at this point in the history
…son-13.0.1

Bump Newtonsoft.Json from 12.0.3 to 13.0.1
  • Loading branch information
CarbonNeuron authored Apr 14, 2021
2 parents af409a8 + a17c17a commit 9de416f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AUOffsetHelper/AUOffsetHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion AUOffsetManager/AUOffsetManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>

</Project>

0 comments on commit 9de416f

Please sign in to comment.