Skip to content

Commit

Permalink
Update Newtonsoft.Json in E2E tests
Browse files Browse the repository at this point in the history
To match OmniSharp's update.
  • Loading branch information
andyleejordan committed Sep 27, 2023
1 parent 2649911 commit f8dc714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="7.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="xunit" Version="2.5.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.1" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
Expand Down

0 comments on commit f8dc714

Please sign in to comment.