Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/quick/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HomeSplash extends React.Component {
<h2 className="projectTitle">
{<span>GraphQL ASP.NET</span>}
{/*<small>{siteConfig.tagline}</small>*/}
<small>v0.13.0-beta</small>
<small>v0.13.1-beta</small>
</h2>
);

Expand Down