diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index d2e6c89db74c..12bc63c6c5fd 100644 --- a/aspnetcore/blazor/fundamentals/index.md +++ b/aspnetcore/blazor/fundamentals/index.md @@ -178,22 +178,6 @@ Documentation sample apps are available for inspection and download: Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with. -:::moniker range=">= aspnetcore-8.0" - -Samples apps in the repository: - -* Blazor Web App -* Blazor WebAssembly -* Blazor Web App with EF Core () -* Blazor Web App with SignalR () -* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs () -* Blazor Web App with OIDC (BFF and non-BFF patterns) () -* Blazor WebAssembly scopes-enabled logging () -* Blazor WebAssembly with ASP.NET Core Identity () -* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) () - -:::moniker-end - :::moniker range="< aspnetcore-8.0" The sample repo contains two types of samples: @@ -206,7 +190,7 @@ The sample repo contains two types of samples: :::moniker-end -For more information, see the [Blazor samples GitHub repository README.md file](https://github.com/dotnet/blazor-samples). +For more information and a list of the samples in the repository, see the [Blazor samples GitHub repository README.md file](https://github.com/dotnet/blazor-samples). The ASP.NET Core repository's Basic Test App is also a helpful set of samples for various Blazor scenarios: