Skip to content

Commit

Permalink
Merge pull request #108 from octokit/newtonsoft-json-9
Browse files Browse the repository at this point in the history
Downgrade Newtonsoft.Json to 9.0.1.
  • Loading branch information
StanleyGoldman committed Jul 11, 2018
2 parents 5f59080 + a8de1fe commit ed592a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Octokit.GraphQL.Core/Octokit.GraphQL.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<LangVersion>7.2</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="System.ValueTuple" Version="4.4.0" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Octokit.GraphQL.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<copyright>Copyright GitHub 2018</copyright>
<tags>GitHub API Octokit GraphQL</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0.3" />
<dependency id="Newtonsoft.Json" version="9.0.1" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit ed592a8

Please sign in to comment.