From d13a1cd7d5b294b013cdb77d12aedfc4fa1425a6 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Wed, 27 Feb 2019 23:03:40 +0200 Subject: [PATCH] Fix the issue when building on a mac (#5406) - mac should not build this assembly, but as it has to do so, exclude everything --- Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj b/Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj index 21c871f..48d43d5 100644 --- a/Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj +++ b/Xamarin.Forms.Core.Design/Xamarin.Forms.Core.Design.csproj @@ -50,7 +50,6 @@ Properties\GlobalAssemblyInfo.cs - @@ -58,6 +57,7 @@ + -- 2.7.4