Skip to content

Commit 0bc38f5

Browse files
update version for .NET 7 (#27)
1 parent 89e77ec commit 0bc38f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/quick/quick-start.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ From the Visual Studio 2019 start screen:
5252
- Enter your project's name and choose a location.
5353
3. Choose `ASP.NET Core Web API` when prompted to select a project type.
5454
- GraphQL ASP.NET has no view layer so we can forgo including Razor and other related options.
55-
- 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+.
56-
55+
5756
![Create an API Project](assets/quick-start-1-choose-api.png)
5857

5958
## Step 2: Add the GraphQL ASP.NET Nuget Package

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class HomeSplash extends React.Component {
3131
<h2 className="projectTitle">
3232
{<span>GraphQL ASP.NET</span>}
3333
{/*<small>{siteConfig.tagline}</small>*/}
34-
<small>v0.13.0-beta</small>
34+
<small>v0.13.1-beta</small>
3535
</h2>
3636
);
3737

0 commit comments

Comments
 (0)