From 59cb80ecaf1dcca7017dd52cf8666e271c4cb5d9 Mon Sep 17 00:00:00 2001 From: Kevin Carroll Date: Sun, 13 Nov 2022 15:57:53 -0700 Subject: [PATCH] update version for .NET 7 --- docs/quick/quick-start.md | 3 +-- website/pages/en/index.js | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/quick/quick-start.md b/docs/quick/quick-start.md index 461e114..a80c2f6 100644 --- a/docs/quick/quick-start.md +++ b/docs/quick/quick-start.md @@ -52,8 +52,7 @@ From the Visual Studio 2019 start screen: - Enter your project's name and choose a location. 3. Choose `ASP.NET Core Web API` when prompted to select a project type. - GraphQL ASP.NET has no view layer so we can forgo including Razor and other related options. - - Here we've chosen .NET 5 as our target, however; GraphQL ASP.NET is a `netstandard 2.0` library and will work with .NET Core 3.1 and 2.1 as well as .NET 4.7+. - + ![Create an API Project](assets/quick-start-1-choose-api.png) ## Step 2: Add the GraphQL ASP.NET Nuget Package diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 266102b..9c15e27 100644 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -31,7 +31,7 @@ class HomeSplash extends React.Component {

{GraphQL ASP.NET} {/*{siteConfig.tagline}*/} - v0.13.0-beta + v0.13.1-beta

);