Skip to content

Commit

Permalink
Update Newtonsoft.Json version (dotnet/corefx#34664)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@c6ff82c
  • Loading branch information
benaadams authored and ViktorHofer committed Jan 19, 2019
1 parent 73d5fc4 commit b8188f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/external/test-runtime/XUnit.Runtime.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<!-- for callstack line numbers -->
<PackageReference Include="Microsoft.DiaSymReader.Native" Version="1.5.0" />
<PackageReference Condition="'$(TargetGroup)' != 'uapaot'" Include="Microsoft.DotNet.PlatformAbstractions" Version="2.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />

<!-- Test Data -->
<PackageReference Include="System.IO.Compression.TestData" Version="1.0.6-prerelease" />
Expand Down

0 comments on commit b8188f5

Please sign in to comment.