From 37c7f0c8bfdb190831c96b95754d441bf0dbb006 Mon Sep 17 00:00:00 2001 From: Kangho Hur Date: Mon, 24 Apr 2017 18:33:06 +0900 Subject: Remove InternalsVissibleTo from Core to XF.Platforms.Tizen - Please refer to prior patch (#782) --- Xamarin.Forms.Platform.Tizen/Native/Image.cs | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 Xamarin.Forms.Platform.Tizen/Native/Image.cs (limited to 'Xamarin.Forms.Platform.Tizen/Native/Image.cs') diff --git a/Xamarin.Forms.Platform.Tizen/Native/Image.cs b/Xamarin.Forms.Platform.Tizen/Native/Image.cs old mode 100755 new mode 100644 index ceae4e5f..37602a0f --- a/Xamarin.Forms.Platform.Tizen/Native/Image.cs +++ b/Xamarin.Forms.Platform.Tizen/Native/Image.cs @@ -1,4 +1,5 @@ using System.Threading.Tasks; +using Xamarin.Forms.Internals; using ElmSharp; using EImage = ElmSharp.Image; using ESize = ElmSharp.Size; -- cgit v1.2.3