Skip to content

Commit 1118ae5

Browse files
author
Raul Hidalgo Caballero
authored
Unnecesary JSON in common (#12)
1 parent a8d7ce9 commit 1118ae5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/GraphQL.Client/GraphQL.Client.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
1212
</PropertyGroup>
1313

14+
<ItemGroup>
15+
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
16+
</ItemGroup>
17+
1418
<ItemGroup>
1519
<ProjectReference Include="..\GraphQL.Common\GraphQL.Common.csproj" />
1620
</ItemGroup>

src/GraphQL.Common/GraphQL.Common.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
15+
<PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
1616
</ItemGroup>
1717

1818
</Project>

0 commit comments

Comments
 (0)