Skip to content

Commit 157f1b9

Browse files
committed
Remove relay package
1 parent 7f74146 commit 157f1b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
##
44
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
55

6+
.vscode/
7+
68
# User-specific files
79
*.suo
810
*.user

Diff for: Server/Server.csproj

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
</PropertyGroup>
66

77
<ItemGroup>
8-
<PackageReference Include="GraphQL.Relay" Version="0.5.0" />
98
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="2.0.0" />
109
<PackageReference Include="GraphQL.Server.Transports.WebSockets" Version="2.0.0" />
1110
<PackageReference Include="Microsoft.AspNetCore" Version="2.0.1" />

0 commit comments

Comments
 (0)