Skip to content

Commit

Permalink
Unnecesary JSON in common (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero authored Dec 20, 2017
1 parent a8d7ce9 commit 1118ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/GraphQL.Client/GraphQL.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\GraphQL.Common\GraphQL.Common.csproj" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/GraphQL.Common/GraphQL.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
</ItemGroup>

</Project>

0 comments on commit 1118ae5

Please sign in to comment.