diff --git a/Microsoft.Maui.Graphics.Controls.MultiTargeting.targets b/Microsoft.Maui.Graphics.Controls.MultiTargeting.targets
index e76b701..fdde9e3 100644
--- a/Microsoft.Maui.Graphics.Controls.MultiTargeting.targets
+++ b/Microsoft.Maui.Graphics.Controls.MultiTargeting.targets
@@ -1,5 +1,5 @@
-
+
@@ -11,13 +11,13 @@
-
+
-
+
@@ -55,16 +55,16 @@
-
+
$(DefineConstants);MONOANDROID
-
+
$(DefineConstants);IOS
-
+
$(DefineConstants);MACCATALYST;IOS
@@ -82,8 +82,4 @@
WINDOWS_UWP;$(DefineConstants)
-
-
-
-
\ No newline at end of file
diff --git a/src/GraphicsControls.Sample/GraphicsControls.Sample.csproj b/src/GraphicsControls.Sample/GraphicsControls.Sample.csproj
index f921696..d687f06 100644
--- a/src/GraphicsControls.Sample/GraphicsControls.Sample.csproj
+++ b/src/GraphicsControls.Sample/GraphicsControls.Sample.csproj
@@ -1,10 +1,10 @@
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041.0
+ net7.0-android;net7.0-ios;net7.0-maccatalyst
+ $(TargetFrameworks);net7.0-windows10.0.19041.0
-
+
Exe
GraphicsControls.Sample
true
diff --git a/src/GraphicsControls/GraphicsControls.csproj b/src/GraphicsControls/GraphicsControls.csproj
index 8b104ae..ac7d60d 100644
--- a/src/GraphicsControls/GraphicsControls.csproj
+++ b/src/GraphicsControls/GraphicsControls.csproj
@@ -1,7 +1,7 @@
- net6.0-android;net6.0-ios;net6.0-maccatalyst
- $(TargetFrameworks);net6.0-windows10.0.19041
+ net7.0-android;net7.0-ios;net7.0-maccatalyst
+ $(TargetFrameworks);net7.0-windows10.0.19041
Microsoft.Maui.Graphics.Controls
Microsoft.Maui.Graphics.Controls
10.0
@@ -12,8 +12,5 @@
Microsoft.Maui.Graphics.Controls
-
-
-
\ No newline at end of file