From 6f206386d8cf8c25220cf188b89dd776c6dc2e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Thu, 31 Jan 2019 16:29:31 +0100 Subject: [PATCH] Consider GSS as a known framework in mmptest --- tests/mmptest/src/FrameworkLinksTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mmptest/src/FrameworkLinksTests.cs b/tests/mmptest/src/FrameworkLinksTests.cs index a6032637e6..60218e7b1a 100644 --- a/tests/mmptest/src/FrameworkLinksTests.cs +++ b/tests/mmptest/src/FrameworkLinksTests.cs @@ -49,6 +49,7 @@ namespace Xamarin.MMP.Tests case "CoreGraphics": case "CoreFoundation": case "ApplicationServices": + case "GSS": linkStatus = LinkStatus.Strong; break; default: