Skip to content

Commit

Permalink
bumped Newtonsoft.Json to 13.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
noMoreCLI committed Jan 20, 2025
1 parent 7f20d21 commit cf7d8ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/dotnetcore/dotnetcore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>

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

</Project>

0 comments on commit cf7d8ab

Please sign in to comment.