Skip to content

Commit

Permalink
Upgrade to Newtonsoft.Json 13.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markjprice committed Dec 3, 2022
1 parent 483491f commit 6a0d997
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="newtonsoft.json" Version="13.0.1" />
<PackageReference Include="newtonsoft.json" Version="13.0.2" />
<PackageReference Include="packt.csdotnet.sharedlibrary"
Version="6.0.0" />
<PackageReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

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

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="newtonsoft.json" Version="13.0.1" />
<PackageReference Include="newtonsoft.json" Version="13.0.2" />
<PackageReference Include="packt.csdotnet.sharedlibrary"
Version="6.0.0" />
<PackageReference
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

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

</Project>

0 comments on commit 6a0d997

Please sign in to comment.