diff --git a/aspnetcore/blazor/components/prerendering-and-integration.md b/aspnetcore/blazor/components/prerendering-and-integration.md index 01dd8f0fe6..333c13b34d 100644 --- a/aspnetcore/blazor/components/prerendering-and-integration.md +++ b/aspnetcore/blazor/components/prerendering-and-integration.md @@ -13,6 +13,9 @@ zone_pivot_groups: blazor-hosting-models This article explains Razor component integration scenarios for Blazor apps, including prerendering of Razor components on the server. +> [!IMPORTANT] +> Framework changes across ASP.NET Core releases led to different sets of instructions in this article. Before using this article's guidance, confirm that the document version selector on this page matches the version of ASP.NET Core that you intend to use for your app. + :::moniker range=">= aspnetcore-7.0" :::zone pivot="webassembly"