Skip to content

Commit b5817f3

Browse files
committed
fix references
1 parent 305d917 commit b5817f3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/GraphQL.Client.Example/GraphQL.Client.Example.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10+
<ProjectReference Include="..\..\src\GraphQL.Client.Serializer.Newtonsoft\GraphQL.Client.Serializer.Newtonsoft.csproj" />
1011
<ProjectReference Include="..\..\src\GraphQL.Client\GraphQL.Client.csproj" />
1112
</ItemGroup>
1213

src/GraphQL.Client/GraphQLHttpClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
using GraphQL.Client.Abstractions;
99
using GraphQL.Client.Abstractions.Websocket;
1010
using GraphQL.Client.Http.Websocket;
11-
using GraphQL.Client.Serializer.Newtonsoft;
1211

1312
namespace GraphQL.Client.Http
1413
{

0 commit comments

Comments
 (0)