Skip to content

Commit ba7f7eb

Browse files
committed
add net 10, remove net 8 support
1 parent 2ddb88b commit ba7f7eb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#net-version
2-
> The `Telerik.UI.for.Maui` NuGet package supports `.NET 8.0`, and `.NET 9`. This packages automatically restores the required package dependencies based on the .NET version that your project uses.
2+
> The `Telerik.UI.for.Maui` NuGet package supports `.NET 9.0`, and `.NET 10.0`. This packages automatically restores the required package dependencies based on the .NET version that your project uses.
33
#end

controls/checkbox/checked-states.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ViewModel : NotifyPropertyChangedBase
6464

6565
The Telerik .NET MAUI CheckBox allows you to attach a command that executes when the `IsChecked` property changes.
6666

67-
* `Command` (`ICommand`)—Defines the command, which executes when the `IsChecked` property of the checkbox changes. Use `CommandParameter` to pass a parameter to the command execute method. The `Command` is available in .NET 8.
67+
* `Command` (`ICommand`)—Defines the command, which executes when the `IsChecked` property of the checkbox changes. Use `CommandParameter` to pass a parameter to the command execute method.
6868

6969
Here is an example with the `CheckBox.Command`
7070

demos-and-sample-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following demo apps deliver a rich collection of .NET MAUI examples:
2121
* [SDKBrowser App]({%slug sdkbrowser-app%})
2222
* [Crypto Tracker App]({%slug maui-crypto-app%})
2323

24-
> Telerik UI for .NET MAUI version 7.1.0 adds support for .NET 9.0. You can easily switch the .NET version to .NET 8.0 or .NET 9.0 to build the apps.
24+
> Telerik UI for .NET MAUI version 12.0.0 adds support for .NET 10.0. You can easily switch the .NET version to .NET 9.0 or .NET 10 to build the apps.
2525
> Inside the Examples folder of the installation/.zip file there are `.ps1` files - `SwitchToNet8.ps1` and `SwitchToNet9.ps1`. You can use them to switch the .NET version you use to build the .NET MAUI sample apps.
2626
2727
## .NET MAUI Controls Samples App

installation/system-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can develop applications with Telerik UI for .NET MAUI on both Windows and m
1919

2020
## Supported .NET Versions
2121

22-
* Telerik UI for .NET MAUI supports .NET 8.0. The Telerik UI for .NET MAUI 7.1.0 version supports .NET 9.0.
22+
* Telerik UI for .NET MAUI supports .NET 9.0. The Telerik UI for .NET MAUI 12.0.0 version supports .NET 10.0.
2323

2424
For more information about the supported .NET versions in .NET MAUI, review Microsoft's <a href="https://dotnet.microsoft.com/en-us/platform/support/policy/maui" target="_blank">.NET MAUI Support Policy.</a>
2525

migrate-to-net-maui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This guide provides the information you need to convert your application, which
2020
2121
## Step 1: Xamarin.Forms to .NET MAUI Migration Steps
2222

23-
While you don't need to fully rewrite your existing Xamarin project, you will still need to make changes to ensure its smooth transition to .NET 8.0 and, thus, upgrade Xamarin to .NET MAUI.
23+
While you don't need to fully rewrite your existing Xamarin project, you will still need to make changes to ensure its smooth transition to .NET 9.0 and, thus, upgrade Xamarin to .NET MAUI.
2424

2525
The following list summarizes the required steps of the Xamarin to MAUI migration. For the detailed guide, go to the official Microsoft documentation on [how to migrate your Xamarin.Forms application to the .NET SDK style](https://docs.microsoft.com/en-us/dotnet/maui/get-started/migrate).
2626

0 commit comments

Comments
 (0)