summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
diff options
context:
space:
mode:
authorRui Marinho <me@ruimarinho.net>2016-06-22 15:59:54 +0100
committerGitHub <noreply@github.com>2016-06-22 15:59:54 +0100
commite5dd925ee5efe8d931aa8f1cbfc13d793faee567 (patch)
tree7f12179273803dcae1cc7da237814b0bddce194f /Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
parent22f3c5b3646f03c597f8dd1151fabedfb6007349 (diff)
downloadxamarin-forms-e5dd925ee5efe8d931aa8f1cbfc13d793faee567.tar.gz
xamarin-forms-e5dd925ee5efe8d931aa8f1cbfc13d793faee567.tar.bz2
xamarin-forms-e5dd925ee5efe8d931aa8f1cbfc13d793faee567.zip
[Controls] Fix use of internal extension methods (#237)
* [Controls] Fix use of internal extension methods * [Controls] Update Xamarin UItest on controls * Update package TestCloud * Fix * Revert "Fix" This reverts commit 283f96a2210322bf37795dff61394938eb909f59. * Fix reference
Diffstat (limited to 'Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj')
-rw-r--r--Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
index 0b0f5b12..50b3632b 100644
--- a/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
+++ b/Xamarin.Forms.ControlGallery.iOS/Xamarin.Forms.ControlGallery.iOS.csproj
@@ -244,7 +244,7 @@
</Reference>
<Reference Include="Xamarin.iOS" />
<Reference Include="Calabash">
- <HintPath>..\packages\Xamarin.TestCloud.Agent.0.19.0\lib\Xamarin.iOS10\Calabash.dll</HintPath>
+ <HintPath>..\packages\Xamarin.TestCloud.Agent.0.19.1\lib\Xamarin.iOS10\Calabash.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />