diff options
author | Jose <jose@zeroc.com> | 2019-01-23 11:14:42 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2019-01-23 11:14:42 +0100 |
commit | b5dffdcded97bc25dac0d1891e03b018cd2d06ff (patch) | |
tree | 0f003b2f2232ce96a3fc6fc57f55da71a757e69e /csharp/test/xamarin/controller.Android/controller.Android.csproj | |
parent | Update Android test instructions (diff) | |
download | ice-b5dffdcded97bc25dac0d1891e03b018cd2d06ff.tar.bz2 ice-b5dffdcded97bc25dac0d1891e03b018cd2d06ff.tar.xz ice-b5dffdcded97bc25dac0d1891e03b018cd2d06ff.zip |
Update Xamarin projects to Android SDK 28
Diffstat (limited to 'csharp/test/xamarin/controller.Android/controller.Android.csproj')
-rw-r--r-- | csharp/test/xamarin/controller.Android/controller.Android.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/xamarin/controller.Android/controller.Android.csproj b/csharp/test/xamarin/controller.Android/controller.Android.csproj index 75472fe4d77..34388fb97ba 100644 --- a/csharp/test/xamarin/controller.Android/controller.Android.csproj +++ b/csharp/test/xamarin/controller.Android/controller.Android.csproj @@ -16,7 +16,7 @@ <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix> <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix> <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> - <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> + <TargetFrameworkVersion>v9.0</TargetFrameworkVersion> <NuGetPackageImportStamp> </NuGetPackageImportStamp> <AndroidKeyStore>false</AndroidKeyStore> |