Skip to content

Commit

Permalink
Bump Newtonsoft.Json to 12.0.3 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner authored Apr 26, 2020
1 parent d36cfa2 commit 77b2d33
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<PackageReference Include="System.Security.SecureString" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>

0 comments on commit 77b2d33

Please sign in to comment.