From b714a2e7fd8a1279cd6105db3a3ef24fe64409a5 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Fri, 26 Apr 2024 01:10:36 +0400 Subject: [PATCH] fix: Fixed MAUI build. --- src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs index 05dc913..8c3d5e1 100644 --- a/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs +++ b/src/libs/H.NotifyIcon.Shared/TaskbarIcon.cs @@ -17,7 +17,6 @@ namespace H.NotifyIcon; [CLSCompliant(false)] #endif #if MACOS || MACCATALYST -[Advice("Starting with macos10.10 Soft-deprecation, forwards message to button, but will be gone in the future.")] [UnsupportedOSPlatform("macos10.10")] [UnsupportedOSPlatform("maccatalyst")] [SupportedOSPlatform("macos")]