Skip to content

Commit

Permalink
Update readme (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 authored Dec 1, 2024
1 parent d9e7bd1 commit 2ea3660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![NuGet](https://img.shields.io/nuget/v/GraphQL.AspNetCore3.svg)](https://www.nuget.org/packages/GraphQL.AspNetCore3) [![Coverage Status](https://coveralls.io/repos/github/Shane32/GraphQL.AspNetCore3/badge.svg?branch=master)](https://coveralls.io/github/Shane32/GraphQL.AspNetCore3?branch=master)

This package is designed for ASP.Net Core (2.1 through 8.0) to facilitate easy set-up of GraphQL requests
This package is designed for ASP.Net Core (2.1 through 9.0) to facilitate easy set-up of GraphQL requests
over HTTP. The code is designed to be used as middleware within the ASP.Net Core pipeline,
serving GET, POST or WebSocket requests. GET requests process requests from the querystring.
POST requests can be in the form of JSON requests, form submissions, or raw GraphQL strings.
Expand Down Expand Up @@ -36,7 +36,7 @@ for changes from previous versions.
### Typical configuration with HTTP middleware

First add the `GraphQL.AspNetCore3` nuget package to your application. It requires
`GraphQL` version 7.0.0 or a later.
`GraphQL` version 8.2.1 or a later.

Then update your `Program.cs` or `Startup.cs` to register the schema, the serialization engine,
and optionally the HTTP middleware and WebSocket services. Configure WebSockets and GraphQL
Expand Down

0 comments on commit 2ea3660

Please sign in to comment.