diff --git a/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs b/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs index 0674423d61d..ae6ab0db014 100644 --- a/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs +++ b/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs @@ -72,6 +72,7 @@ private static bool IsNetCore() => !RuntimeInformation.IsOSPlatform(OSPlatform.Create("IOS")) && !RuntimeInformation.IsOSPlatform(OSPlatform.Create("ANDROID")) && !RuntimeInformation.IsOSPlatform(OSPlatform.Create("TVOS")) && + !RuntimeInformation.IsOSPlatform(OSPlatform.Create("MACCATALYST")) && !RuntimeInformation.IsOSPlatform(OSPlatform.Create("WATCHOS")) && !RuntimeInformation.IsOSPlatform(OSPlatform.Create("BROWSER")) && // The current RemoteExecutor design is not compatible with single file