Skip to content

Commit

Permalink
chore(nuget): bump Newtonsoft.Json
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Apr 24, 2023
1 parent e99cfef commit f753757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion StreamingClient.Base/StreamingClient.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For more information, please see our project site: https://github.com/SaviorXTan
</PropertyGroup>

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

</Project>
2 changes: 1 addition & 1 deletion Twitch/Twitch.Base/Twitch.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For more information, please see our project site: https://github.com/SaviorXTan
</PropertyGroup>

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

<ItemGroup>
Expand Down

0 comments on commit f753757

Please sign in to comment.