GraphQL.Server.Transports.AspNetCore
                               
                            
                                3.1.0-alpha0010
                            
                        
                    
        
        
                                This is a prerelease version of GraphQL.Server.Transports.AspNetCore.
                            
    
    
        
        
                                There is a newer version of this package available.
                                
See the version list below for details.
                    See the version list below for details.
dotnet add package GraphQL.Server.Transports.AspNetCore --version 3.1.0-alpha0010
NuGet\Install-Package GraphQL.Server.Transports.AspNetCore -Version 3.1.0-alpha0010
        
        
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
                    
    
    <PackageReference Include="GraphQL.Server.Transports.AspNetCore" Version="3.1.0-alpha0010" />
        
        
For projects that support PackageReference, copy this XML node into the project file to reference the package.
                    
    
    <PackageVersion Include="GraphQL.Server.Transports.AspNetCore" Version="3.1.0-alpha0010" />
<PackageReference Include="GraphQL.Server.Transports.AspNetCore" />
        
        
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
                    
    
    paket add GraphQL.Server.Transports.AspNetCore --version 3.1.0-alpha0010
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    #r "nuget: GraphQL.Server.Transports.AspNetCore, 3.1.0-alpha0010"
        
        
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
                    
    
    #:package GraphQL.Server.Transports.AspNetCore@3.1.0-alpha0010
        
        
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
                    
    
    #addin nuget:?package=GraphQL.Server.Transports.AspNetCore&version=3.1.0-alpha0010&prerelease
#tool nuget:?package=GraphQL.Server.Transports.AspNetCore&version=3.1.0-alpha0010&prerelease
        
        
 The NuGet Team does not provide support for this client. Please contact its maintainers for support.
                    
    
    HTTP middleware for graphql
| Product | Versions Compatible and additional computed target framework versions. | 
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. | 
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. | 
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. | 
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. | 
| MonoAndroid | monoandroid was computed. | 
| MonoMac | monomac was computed. | 
| MonoTouch | monotouch was computed. | 
| Tizen | tizen40 was computed. tizen60 was computed. | 
| Xamarin.iOS | xamarinios was computed. | 
| Xamarin.Mac | xamarinmac was computed. | 
| Xamarin.TVOS | xamarintvos was computed. | 
| Xamarin.WatchOS | xamarinwatchos was computed. | 
        
        Compatible target framework(s)
    
    
        
        Included target framework(s) (in package)
    
    Learn more about Target Frameworks and .NET Standard.
- 
                                                    .NETStandard 2.0- GraphQL (>= 2.0.0-alpha-868 && < 2.1.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 2.0.0)
- Microsoft.Extensions.Options (>= 2.0.1)
 
NuGet packages (31)
Showing the top 5 NuGet packages that depend on GraphQL.Server.Transports.AspNetCore:
| Package | Downloads | 
|---|---|
| GraphQL.Server.Transports.AspNetCore.NewtonsoftJson GraphQL middleware using Newtonsoft.Json for serialization | |
| GraphQL.Server.All GraphQL Server meta package with all the packages you need to get started | |
| GraphQL.Server.Transports.AspNetCore.SystemTextJson GraphQL middleware using System.Text.Json for serialization | |
| GraphQL.Server.Authorization.AspNetCore Integration of GraphQL.NET validation subsystem into ASP.NET Core | |
| VirtoCommerce.ExperienceApiModule.Core Experiene API functionality | 
GitHub repositories (10)
Showing the top 10 popular GitHub repositories that depend on GraphQL.Server.Transports.AspNetCore:
| Repository | Stars | 
|---|---|
| Squidex/squidex 
                                                            Headless CMS and Content Managment Hub
                                                         | |
| markjprice/cs10dotnet6 
                                                            Repository for the Packt Publishing book titled "C# 10 and .NET 6 - Modern Cross-Platform Development" by Mark J. Price
                                                         | |
| getsentry/sentry-dotnet 
                                                            Sentry SDK for .NET
                                                         | |
| graphql-dotnet/graphql-client 
                                                            A GraphQL Client for .NET Standard
                                                         | |
| planetarium/libplanet 
                                                            Blockchain in C#/.NET for on-chain, decentralized gaming
                                                         | |
| DataDog/dd-trace-dotnet 
                                                            .NET Client Library for Datadog APM
                                                         | |
| graphql-dotnet/examples 
                                                            Examples for GraphQL.NET
                                                         | |
| graphql-dotnet/conventions 
                                                            GraphQL Conventions Library for .NET
                                                         | |
| formcms/formcms 
                                                            Open-source headless CMS built with ASP.NET Core (C#) and React, featuring REST APIs, GraphQL, and a GrapesJS page designer.
                                                         | |
| graphql-dotnet/authorization 
                                                            A toolset for authorizing access to graph types for GraphQL .NET.
                                                         | 
| Version | Downloads | Last Updated | 
|---|---|---|
| 8.3.2 | 4,074 | 10/25/2025 | 
| 8.3.1 | 24,392 | 9/28/2025 | 
| 8.3.0 | 89,890 | 7/14/2025 | 
| 8.2.0 | 383,469 | 12/4/2024 | 
| 8.1.0 | 103,974 | 10/27/2024 | 
| 8.0.3 | 141,893 | 10/2/2024 | 
| 8.0.2 | 124,835 | 8/26/2024 | 
| 8.0.1 | 4,494 | 8/23/2024 | 
| 8.0.0 | 244,875 | 8/20/2024 | 
| 7.7.2 | 92,509 | 8/18/2024 | 
| 7.7.1 | 551,714 | 2/19/2024 | 
| 7.7.0 | 23,339 | 2/6/2024 | 
| 7.6.0 | 444,585 | 7/31/2023 | 
| 7.5.0 | 273,454 | 7/2/2023 | 
| 7.4.0 | 139,795 | 4/14/2023 | 
| 7.3.0 | 153,581 | 2/27/2023 | 
| 7.2.0 | 210,163 | 12/18/2022 | 
| 7.1.1 | 362,705 | 9/11/2022 | 
| 7.1.0 | 35,015 | 9/3/2022 | 
| 7.0.0 | 437,153 | 8/16/2022 | 
| 6.1.1 | 530,708 | 7/19/2022 | 
| 6.1.0 | 632,025 | 5/17/2022 | 
| 6.0.0 | 965,978 | 4/14/2022 | 
| 5.2.2 | 234,303 | 7/19/2022 | 
| 5.2.1 | 80,495 | 3/30/2022 | 
| 5.2.0 | 603,860 | 1/1/2022 | 
| 5.1.1 | 325,119 | 12/7/2021 | 
| 5.1.0 | 5,990 | 12/6/2021 | 
| 5.0.2 | 1,967,260 | 4/20/2021 | 
| 5.0.1 | 107,736 | 3/26/2021 | 
| 5.0.0 | 117,492 | 3/20/2021 | 
| 4.4.1 | 384,717 | 1/13/2021 | 
| 4.4.0 | 359,883 | 12/7/2020 | 
| 4.3.1 | 519,790 | 11/21/2020 | 
| 4.3.0 | 759,569 | 11/8/2020 | 
| 4.2.1 | 16,711 | 11/5/2020 | 
| 4.2.0 | 104,991 | 10/29/2020 | 
| 4.1.0 | 6,310 | 10/27/2020 | 
| 4.0.2 | 3,700 | 10/27/2020 | 
| 4.0.1 | 1,261,476 | 9/17/2020 | 
| 3.5.0-alpha0073 | 17,413 | 8/17/2020 | 
| 3.5.0-alpha0046 | 208,103 | 2/19/2020 | 
| 3.5.0-alpha0027 | 99,986 | 9/18/2019 | 
| 3.5.0-alpha0020 | 2,690 | 8/16/2019 | 
| 3.5.0-alpha0014 | 13,146 | 6/5/2019 | 
| 3.4.1 | 34,567 | 10/27/2020 | 
| 3.4.0 | 3,201,386 | 1/14/2019 | 
| 3.3.0 | 11,424 | 1/9/2019 | 
| 3.2.0 | 202,117 | 8/20/2018 | 
| 3.1.0 | 305,960 | 8/15/2018 | 
| 3.1.0-alpha0027 | 2,655 | 8/7/2018 | 
| 3.1.0-alpha0022 | 14,492 | 5/28/2018 | 
| 3.1.0-alpha0020 | 4,828 | 4/23/2018 | 
| 3.1.0-alpha0019 | 3,213 | 3/29/2018 | 
| 3.1.0-alpha0016 | 2,895 | 3/25/2018 | 
| 3.1.0-alpha0010 | 2,610 | 3/25/2018 | 
| 3.1.0-alpha0008 | 2,590 | 3/21/2018 | 
| 3.1.0-alpha0004 | 2,345 | 3/18/2018 | 
| 3.1.0-alpha0003 | 2,377 | 3/18/2018 | 
| 3.1.0-alpha0002 | 2,735 | 3/18/2018 |