Skip to content

Commit

Permalink
Merge pull request #6 from myvas/dependabot/nuget/src/WeixinOpen/Newt…
Browse files Browse the repository at this point in the history
…onsoft.Json-13.0.2

Bump Newtonsoft.Json from 11.0.2 to 13.0.2 in /src/WeixinOpen
  • Loading branch information
huangxiangyao authored Sep 17, 2023
2 parents 213f073 + 420115d commit 0112371
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/WeixinOpen/WeixinOpen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="6.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">
<PackageReference Include="Microsoft.AspNetCore.Authentication.Twitter" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>
</Project>

0 comments on commit 0112371

Please sign in to comment.