From a69909ff23ccaabb0627ac77f97de8c3ae5b4f8b Mon Sep 17 00:00:00 2001 From: Atanas Korchev Date: Thu, 21 Nov 2024 14:00:59 +0200 Subject: [PATCH] Add another info message in the getting started. --- RadzenBlazorDemos/Pages/GetStarted.razor | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/RadzenBlazorDemos/Pages/GetStarted.razor b/RadzenBlazorDemos/Pages/GetStarted.razor index 419c0d40f83..7f68d66dfbb 100644 --- a/RadzenBlazorDemos/Pages/GetStarted.razor +++ b/RadzenBlazorDemos/Pages/GetStarted.razor @@ -25,6 +25,11 @@ All interactive features of the Radzen Blazor components require interactivity of the container .razor file to be enabled or the @@rendermode attribute of the component to be set to one of the following values: InteractiveServer, InteractiveAuto or InteractiveWebAssembly. More info is available in the from the official Blazor documentation. + + + If you have upgraded your application to .NET 8 or .NET 9 follow the getting started instructions for the version you initially used - e.g. + or . +These instructions assume the new application layout which uses rendering modes and was introduced with .NET 8. @Installation(CurrentVersion) @Import(CurrentVersion)