diff options
author | Rui Marinho <me@ruimarinho.net> | 2017-03-08 11:30:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 11:30:34 +0000 |
commit | 04211b2ba30f86c63da2e6b310ad3934928aa64e (patch) | |
tree | cdc33c7c33ad3cdd188ef2be4ae0601f5beb4c88 /Xamarin.Forms.ControlGallery.Android | |
parent | 1ad18e33eb6b6ac02551d14d39f267968d044068 (diff) | |
download | xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.gz xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.tar.bz2 xamarin-forms-04211b2ba30f86c63da2e6b310ad3934928aa64e.zip |
VSTS support (#803)
* Fix certs
* Try fix build reference
* Update to nuget 3.5
* Remove BingMapsSDK
* Revert git ignore change
Diffstat (limited to 'Xamarin.Forms.ControlGallery.Android')
-rw-r--r-- | Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj index bf48f587..c8b9f6eb 100644 --- a/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj +++ b/Xamarin.Forms.ControlGallery.Android/Xamarin.Forms.ControlGallery.Android.csproj @@ -15,7 +15,7 @@ <AndroidApplication>true</AndroidApplication> <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> - <TargetFrameworkVersion>v7.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v7.1</TargetFrameworkVersion> <AndroidManifest>Properties\AndroidManifest.xml</AndroidManifest> <AndroidSupportedAbis>armeabi-v7a,x86</AndroidSupportedAbis> <AndroidStoreUncompressedFileExtensions /> |