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 305d917 commit b5817f3Copy full SHA for b5817f3
examples/GraphQL.Client.Example/GraphQL.Client.Example.csproj
@@ -7,6 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
+ <ProjectReference Include="..\..\src\GraphQL.Client.Serializer.Newtonsoft\GraphQL.Client.Serializer.Newtonsoft.csproj" />
11
<ProjectReference Include="..\..\src\GraphQL.Client\GraphQL.Client.csproj" />
12
</ItemGroup>
13
src/GraphQL.Client/GraphQLHttpClient.cs
@@ -8,7 +8,6 @@
using GraphQL.Client.Abstractions;
using GraphQL.Client.Abstractions.Websocket;
using GraphQL.Client.Http.Websocket;
-using GraphQL.Client.Serializer.Newtonsoft;
namespace GraphQL.Client.Http
14
{
0 commit comments