Surface migration remark on multiple BWA support (#33683)

pull/33685/head
Luke Latham 2024-09-23 09:41:36 -04:00 committed by GitHub
parent 127099657d
commit 080317447b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 0 deletions

View File

@ -320,6 +320,14 @@ Routing and deep linking for Blazor Server with Yarp work correctly in .NET 8.
For more information, see <xref:migration/70-to-80#drop-blazor-server-with-yarp-routing-workaround>.
### Multiple Blazor Web Apps per server project
<!-- UPDATE 10.0 Confirm or update -->
Support for multiple Blazor Web Apps per server project will be considered for .NET 10 (November, 2025).
For more information, see [Support for multiple Blazor Web apps per server project (`dotnet/aspnetcore` #52216)](https://github.com/dotnet/aspnetcore/issues/52216).
### Blazor Hybrid
The following articles document changes for Blazor Hybrid in .NET 8:

View File

@ -227,3 +227,11 @@ The <xref:Microsoft.AspNetCore.Components.Forms.InputNumber%601> component now s
}
}
```
### Multiple Blazor Web Apps per server project
<!-- UPDATE 10.0 Confirm or update -->
Support for multiple Blazor Web Apps per server project will be considered for .NET 10 (November, 2025).
For more information, see [Support for multiple Blazor Web apps per server project (`dotnet/aspnetcore` #52216)](https://github.com/dotnet/aspnetcore/issues/52216).