Skip to content

Commit

Permalink
Update Newtonsoft reference to use latest pre-release, which includes…
Browse files Browse the repository at this point in the history
… a fix for dependency serialization. (#16)
  • Loading branch information
Craig authored and vudodov committed Sep 9, 2019
1 parent 2e081f5 commit 2ba3950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion V.Udodov.Json.Tests/V.Udodov.Json.Tests.csproj
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="5.7.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.12-beta1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion V.Udodov.Json/V.Udodov.Json.csproj
Expand Up @@ -14,7 +14,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.11" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.12-beta1" />
</ItemGroup>

</Project>

0 comments on commit 2ba3950

Please sign in to comment.