Skip to content

Commit 8dbe6f2

Browse files
authored
Updates
1 parent c7ad494 commit 8dbe6f2

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

aspnetcore/blazor/fundamentals/index.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,19 +179,40 @@ Documentation sample apps are available for inspection and download:
179179

180180
Locate a sample app by first selecting the version folder that matches the version of .NET that you're working with.
181181

182-
:::moniker range=">= aspnetcore-8.0"
182+
:::moniker range=">= aspnetcore-9.0"
183+
184+
Samples apps in the repository:
185+
186+
* Blazor Web App
187+
* Blazor WebAssembly
188+
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
189+
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
190+
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
191+
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
192+
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
193+
* Blazor Web App with Entra (<xref:blazor/security/blazor-web-app-entra>)
194+
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
195+
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
196+
* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) (<xref:blazor/hybrid/tutorials/maui-blazor-web-app>)
197+
* Additional samples (see the samples repository README file)
198+
199+
:::moniker-end
200+
201+
:::moniker range=">= aspnetcore-8.0 < aspnetcore-9.0"
183202

184203
Samples apps in the repository:
185204

186205
* Blazor Web App
187206
* Blazor WebAssembly
207+
* Blazor Web App Movies tutorial sample (<xref:blazor/tutorials/movie-database-app/index>)
188208
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
189209
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
190210
* Two Blazor Web Apps and a Blazor WebAssembly app for calling web (server) APIs (<xref:blazor/call-web-api>)
191211
* Blazor Web App with OIDC (BFF and non-BFF patterns) (<xref:blazor/security/blazor-web-app-oidc>)
192212
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
193213
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity/index>)
194214
* .NET MAUI Blazor Hybrid app with a Blazor Web App and a shared UI provided by a Razor class library (RCL) (<xref:blazor/hybrid/tutorials/maui-blazor-web-app>)
215+
* Additional samples (see the samples repository README file)
195216

196217
:::moniker-end
197218

0 commit comments

Comments
 (0)