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")]