We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d7ce9 commit 1118ae5Copy full SHA for 1118ae5
src/GraphQL.Client/GraphQL.Client.csproj
@@ -11,6 +11,10 @@
11
<TargetFrameworks>netstandard1.3;netstandard2.0</TargetFrameworks>
12
</PropertyGroup>
13
14
+ <ItemGroup>
15
+ <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
16
+ </ItemGroup>
17
+
18
<ItemGroup>
19
<ProjectReference Include="..\GraphQL.Common\GraphQL.Common.csproj" />
20
</ItemGroup>
src/GraphQL.Common/GraphQL.Common.csproj
@@ -12,7 +12,7 @@
- <PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
+ <PackageReference Include="Microsoft.CSharp" Version="4.4.1" />
</Project>
0 commit comments