Skip to content

Commit d68bb34

Browse files
committed
Update getting started to include .NET 10.
1 parent 732a6f4 commit d68bb34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

RadzenBlazorDemos/Pages/GetStarted.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919

2020
<RadzenTabs SelectedIndex=@selectedIndex Change="@OnTabChange">
2121
<Tabs>
22-
<RadzenTabsItem Text=".NET 8 &amp; 9">
22+
<RadzenTabsItem Text=".NET 10 &amp; 9 &amp; 8">
2323
<div class="rz-py-0 rz-py-sm-4 rz-px-0 rz-px-sm-2 rz-px-lg-12">
2424
<RadzenAlert AlertStyle="AlertStyle.Info" Variant="Variant.Flat" Shade="Shade.Lighter" AllowClose="false" class="rz-mb-12">
2525
All interactive features of the Radzen Blazor components require interactivity of the container <code>.razor</code> file to be enabled or the <code>@@rendermode</code>
2626
attribute of the component to be set to one of the following values: <code>InteractiveServer</code>, <code>InteractiveAuto</code> or <code>InteractiveWebAssembly</code>.
2727
More info is available in the <RadzenLink Text="rendering mode article" Path="https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-8.0" target="_blank" /> from the official Blazor documentation.
2828
</RadzenAlert>
2929
<RadzenAlert AlertStyle="AlertStyle.Info" Variant="Variant.Flat" Shade="Shade.Lighter" AllowClose="false" class="rz-mb-12">
30-
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.
30+
If you have upgraded your application to .NET 8 .NET 9 or .NET 10 follow the getting started instructions for the version you initially used - e.g.
3131
<RadzenLink Path="get-started/net7-server" Text=".NET 7" /> or <RadzenLink Path="get-started/net6-server" Text=".NET 6"/>.
3232
These instructions assume the new application layout which uses rendering modes and was introduced with .NET 8.
3333
</RadzenAlert>

RadzenBlazorDemos/Pages/ThemeServicePage.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Radzen.Blazor library provides a built-in service that persists the current
2525
</RadzenText>
2626
<RadzenTabs SelectedIndex=@selectedIndex Change="@OnTabChange">
2727
<Tabs>
28-
<RadzenTabsItem Text=".NET 8">
28+
<RadzenTabsItem Text=".NET 8 &amp; 9 &amp; 10">
2929
@RegisterService
3030
@MainLayout
3131
<RadzenText TextStyle="TextStyle.H6" TagName="TagName.H3" class="rz-mt-12 rz-mb-4">3. Open the <code>App.razor</code> file of your application and add this code:</RadzenText>

0 commit comments

Comments
 (0)