Skip to content

Commit

Permalink
Bump GraphQL version
Browse files Browse the repository at this point in the history
  • Loading branch information
ganhammar authored and JannikLassahn committed Sep 3, 2020
1 parent ab16ffe commit 69f34cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</PropertyGroup>

<PropertyGroup>
<GraphQLVersion>3.0.0-preview-1490</GraphQLVersion>
<GraphQLServerVersion>3.5.0-alpha0046</GraphQLServerVersion>
<GraphQLVersion>3.0.0</GraphQLVersion>
<GraphQLServerVersion>3.5.0-alpha0073</GraphQLServerVersion>
<MicrosoftAspNetCoreHttpAbstractionsVersion>2.2.0</MicrosoftAspNetCoreHttpAbstractionsVersion>
<MicrosoftAspNetCoreHttpFeaturesVersion>3.1.2</MicrosoftAspNetCoreHttpFeaturesVersion>
<MicrosoftExtensionsLoggingVersion>3.1.2</MicrosoftExtensionsLoggingVersion>
Expand Down
1 change: 0 additions & 1 deletion src/GraphQL.Upload.AspNetCore/GraphQLUploadRequest.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System.Collections.Generic;

#if IS_NET_CORE_3_ONWARDS_TARGET
using System.Collections.Generic;
using System.Text.Json.Serialization;
#else
using Newtonsoft.Json;
Expand Down

0 comments on commit 69f34cc

Please sign in to comment.