From 4c8f24ae57d22965c411464f8914751cce7e0b77 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Sat, 18 Feb 2023 06:49:06 -0500 Subject: [PATCH] Call out a check on the article's version (#28450) --- aspnetcore/blazor/components/prerendering-and-integration.md | 3 +++ 1 file changed, 3 insertions(+) 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"