Skip to content

Commit 9a3bfa4

Browse files
authored
Surface section until .NET 11 (#35736)
1 parent dc7a61e commit 9a3bfa4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

aspnetcore/blazor/components/quickgrid.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -602,10 +602,9 @@ dotnet aspnet-codegenerator blazor -h
602602

603603
For an example use of the QuickGrid scaffolder, see <xref:blazor/tutorials/movie-database-app/index>.
604604

605-
<!-- UPDATE 10.0 - PU work tracked by https://github.com/dotnet/aspnetcore/issues/58716.
606-
Versioning out at 10.0 for now. -->
607-
608-
:::moniker range="< aspnetcore-10.0"
605+
<!-- UPDATE 11.0 - PU work tracked by https://github.com/dotnet/aspnetcore/issues/58716.
606+
We will continue to show this for now. The PU plans to look at it
607+
for framework updates at 11.0. -->
609608

610609
## Multiple concurrent EF Core queries trigger `System.InvalidOperationException`
611610

@@ -690,5 +689,3 @@ Consider the following example, which is based on the movie database `Index` com
690689
}
691690
}
692691
```
693-
694-
:::moniker-end

0 commit comments

Comments
 (0)