From c101ffb0d80c807ca7d5f0e5726406e0fba37545 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 1 Mar 2023 15:27:07 -0500 Subject: [PATCH] Fixed the build(?) --- .../tests/DeviceTests/Elements/RadioButton/RadioButtonTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controls/tests/DeviceTests/Elements/RadioButton/RadioButtonTests.cs b/src/Controls/tests/DeviceTests/Elements/RadioButton/RadioButtonTests.cs index 5d60b3438006..e4917c75fb7e 100644 --- a/src/Controls/tests/DeviceTests/Elements/RadioButton/RadioButtonTests.cs +++ b/src/Controls/tests/DeviceTests/Elements/RadioButton/RadioButtonTests.cs @@ -1,4 +1,4 @@ -#if !IOS && !MACCATALYST +#if WINDOWS using System.Threading.Tasks; using Microsoft.Maui.Controls; using Microsoft.Maui.Handlers;