Skip to content

Commit 5f9288c

Browse files
Merge pull request #162 from AntonioFalcao/release
Update README.md
2 parents 3097571 + 6d7bb98 commit 5f9288c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,6 @@ app.UseGraphQLPlayground(
378378
BetaUpdates = true,
379379
RequestCredentials = RequestCredentials.Omit,
380380
HideTracingResponse = false,
381-
382381
EditorCursorShape = EditorCursorShape.Line,
383382
EditorTheme = EditorTheme.Dark,
384383
EditorFontSize = 14,
@@ -648,12 +647,12 @@ ___
648647

649648
## Built With
650649

651-
### Microsoft Stack - v5.0
650+
### Microsoft Stack - v5.0/6.0
652651

653-
* [.NET 5.0](https://dotnet.microsoft.com/) - Base framework;
654-
* [ASP.NET 5.0](https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-3.1) - Web framework;
655-
* [Entity Framework Core 5.0](https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-5.0/plan) - ORM;
656-
* [Microsoft SQL Server on Linux for Docker](https://docs.microsoft.com/en-us/ef/core/what-is-new/ef-core-5.0/plan) - Database.
652+
* [.NET 5.0](https://devblogs.microsoft.com/dotnet/announcing-net-5-0/) - Base framework;
653+
* [ASP.NET 5.0](https://devblogs.microsoft.com/aspnet/announcing-asp-net-core-in-net-5/) - Web framework;
654+
* [Entity Framework Core 6.0 (preview)](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-core-6-0-preview-1/) - ORM;
655+
* [Microsoft SQL Server on Linux for Docker](https://hub.docker.com/_/microsoft-mssql-server) - Database.
657656

658657
### GraphQL Stack - v3.0
659658

0 commit comments

Comments
 (0)