From ff99c713058fe5a09530d20ff6dcc503ae656d25 Mon Sep 17 00:00:00 2001 From: AravinthSundaramSF Date: Mon, 21 Apr 2025 17:56:14 +0530 Subject: [PATCH] Update GitHub examples for Maui controls --- CheckBoxGettingStarted/CheckBoxGettingStarted.csproj | 8 ++++---- .../CheckBoxIntermediateState.csproj | 6 +++--- CheckBoxSample/CheckBoxSample.csproj | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CheckBoxGettingStarted/CheckBoxGettingStarted.csproj b/CheckBoxGettingStarted/CheckBoxGettingStarted.csproj index 80de1b3..3297f57 100644 --- a/CheckBoxGettingStarted/CheckBoxGettingStarted.csproj +++ b/CheckBoxGettingStarted/CheckBoxGettingStarted.csproj @@ -1,8 +1,8 @@  - net7.0-android;net7.0-ios;net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 + net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 Exe @@ -49,8 +49,8 @@ - - + + diff --git a/CheckBoxIntermediateState/CheckBoxIntermediateState.csproj b/CheckBoxIntermediateState/CheckBoxIntermediateState.csproj index 3bc3837..ef886c2 100644 --- a/CheckBoxIntermediateState/CheckBoxIntermediateState.csproj +++ b/CheckBoxIntermediateState/CheckBoxIntermediateState.csproj @@ -1,8 +1,8 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 @@ -59,7 +59,7 @@ - + diff --git a/CheckBoxSample/CheckBoxSample.csproj b/CheckBoxSample/CheckBoxSample.csproj index ebf2ea4..4407f99 100644 --- a/CheckBoxSample/CheckBoxSample.csproj +++ b/CheckBoxSample/CheckBoxSample.csproj @@ -1,8 +1,8 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net9.0-android;net9.0-ios;net9.0-maccatalyst + $(TargetFrameworks);net9.0-windows10.0.19041.0 @@ -59,7 +59,7 @@ - +