Skip to content

Commit 69f34cc

Browse files
ganhammarJannikLassahn
authored andcommitted
Bump GraphQL version
1 parent ab16ffe commit 69f34cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
</PropertyGroup>
66

77
<PropertyGroup>
8-
<GraphQLVersion>3.0.0-preview-1490</GraphQLVersion>
9-
<GraphQLServerVersion>3.5.0-alpha0046</GraphQLServerVersion>
8+
<GraphQLVersion>3.0.0</GraphQLVersion>
9+
<GraphQLServerVersion>3.5.0-alpha0073</GraphQLServerVersion>
1010
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
1111
<MicrosoftAspNetCoreHttpFeaturesVersion>3.1.2</MicrosoftAspNetCoreHttpFeaturesVersion>
1212
<MicrosoftExtensionsLoggingVersion>3.1.2</MicrosoftExtensionsLoggingVersion>

src/GraphQL.Upload.AspNetCore/GraphQLUploadRequest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System.Collections.Generic;
22

33
#if IS_NET_CORE_3_ONWARDS_TARGET
4-
using System.Collections.Generic;
54
using System.Text.Json.Serialization;
65
#else
76
using Newtonsoft.Json;

0 commit comments

Comments
 (0)