diff --git a/src/Transports.AspNetCore/GraphQLHttpMiddleware.cs b/src/Transports.AspNetCore/GraphQLHttpMiddleware.cs index 7b752701..c2662332 100644 --- a/src/Transports.AspNetCore/GraphQLHttpMiddleware.cs +++ b/src/Transports.AspNetCore/GraphQLHttpMiddleware.cs @@ -1,7 +1,6 @@ #pragma warning disable CA1716 // Identifiers should not match keywords using System.Collections; -using System.ComponentModel.Design.Serialization; using System.Globalization; using System.Text; using Microsoft.AspNetCore.Authentication;