Skip to content

Commit 2ea3660

Browse files
authored
Update readme (#85)
1 parent d9e7bd1 commit 2ea3660

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![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)
44

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

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

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

0 commit comments

Comments
 (0)