From eb468d676e426b28fa14482ffcaba857b7c92e13 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 2 Nov 2017 08:23:46 -0500 Subject: [PATCH] [tests] fixed Forms project TargetFrameworkVersion Other Android projects (such as test APKs), set `TargetFrameworkVersion` by importing `Configuration.props` and using `$(AndroidFrameworkVersion)`. `AndroidUseLatestPlatformSdk` should also be set to `false`. Not sure why this hasn't caused any issues yet, I first noticed this causing a failure on PR #997. --- .../Xamarin.Forms.Performance.Integration.Droid.csproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj b/tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj index 49b90451ba8..ac1fea08ab6 100644 --- a/tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj +++ b/tests/Xamarin.Forms-Performance-Integration/Droid/Xamarin.Forms.Performance.Integration.Droid.csproj @@ -8,14 +8,17 @@ Library Xamarin.Forms.Performance.Integration.Droid Xamarin.Forms.Performance.Integration.Droid - v7.1 True Resources\Resource.designer.cs Resource Properties\AndroidManifest.xml Resources Assets - true + false + + + + $(AndroidFrameworkVersion) true