Skip to content

Commit b93b197

Browse files
authored
Update README.md version numbers (#1175)
1 parent 10e5833 commit b93b197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Note that GitHub requires authentication to consume the feed. See more informati
4141

4242
## Description
4343

44-
This package is designed for ASP.NET Core (2.1 through 6.0) to facilitate easy set-up of GraphQL requests
44+
This package is designed for ASP.NET Core (2.1 through 9.0) to facilitate easy set-up of GraphQL requests
4545
over HTTP. The code is designed to be used as middleware within the ASP.NET Core pipeline,
4646
serving GET, POST or WebSocket requests. GET requests process requests from the query string.
4747
POST requests can be in the form of JSON requests, form submissions, or raw GraphQL strings.
@@ -75,7 +75,7 @@ directives. It skips validations for fields or fragments that are marked with t
7575

7676
First add either the `GraphQL.Server.All` nuget package or the `GraphQL.Server.Transports.AspNetCore`
7777
nuget package to your application. Referencing the "all" package will include the UI middleware
78-
packages. These packages depend on `GraphQL` version 7.0.0 or later.
78+
packages. These packages depend on `GraphQL` version 8.2.1 or later.
7979

8080
Then update your `Program.cs` or `Startup.cs` to configure GraphQL, registering the schema
8181
and the serialization engine as a minimum. Configure WebSockets and GraphQL in the HTTP

0 commit comments

Comments
 (0)