explicity use 8.0 as target version to fix compile error. (Note: I could also upgrade everything to 8.1 to fix the compile error, but that would require extensive testing; updating target version can come with subtle changes in how the app behaves at many places)
This commit is contained in:
		| @@ -10,8 +10,8 @@ | ||||
|     <RootNamespace>AndroidFileChooserBinding</RootNamespace> | ||||
|     <AssemblyName>AndroidFileChooserBinding</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
| @@ -10,8 +10,8 @@ | ||||
|     <RootNamespace>JavaFileStorageBindings</RootNamespace> | ||||
|     <AssemblyName>JavaFileStorageBindings</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
| @@ -10,8 +10,8 @@ | ||||
|     <RootNamespace>KP2AKdbLibraryBinding</RootNamespace> | ||||
|     <AssemblyName>KP2AKdbLibraryBinding</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
| @@ -12,8 +12,8 @@ | ||||
|     <AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile> | ||||
|     <AndroidResgenClass>Resource</AndroidResgenClass> | ||||
|     <AssemblyName>KeePassLib2Android</AssemblyName> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <NuGetPackageImportStamp>8482b288</NuGetPackageImportStamp> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|   | ||||
| @@ -12,8 +12,8 @@ | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> | ||||
|     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>true</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <NuGetPackageImportStamp> | ||||
|     </NuGetPackageImportStamp> | ||||
|   </PropertyGroup> | ||||
|   | ||||
| @@ -10,8 +10,8 @@ | ||||
|     <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix> | ||||
|     <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix> | ||||
|     <AssemblyName>Kp2aKeyboardBinding</AssemblyName> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>True</DebugSymbols> | ||||
|   | ||||
| @@ -4,19 +4,14 @@ | ||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||
|     <ProjectGuid>{2DB80C77-D46F-4970-B967-E9FFA9B2AC2E}</ProjectGuid> | ||||
|  | ||||
|     <ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{10368E6C-D01B-4462-8E8B-01FC667A7035};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> | ||||
|     <OutputType>Library</OutputType> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|     <AppDesignerFolder>Properties</AppDesignerFolder> | ||||
|     <RootNamespace>PCloudBindings</RootNamespace> | ||||
|     <AssemblyName>PCouldBindings</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
| @@ -26,7 +21,6 @@ | ||||
|     <DefineConstants>DEBUG;TRACE</DefineConstants> | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>0</WarningLevel> | ||||
|  | ||||
|     <AndroidLinkMode>None</AndroidLinkMode> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||||
| @@ -37,7 +31,6 @@ | ||||
|     <ErrorReport>prompt</ErrorReport> | ||||
|     <WarningLevel>4</WarningLevel> | ||||
|     <AndroidUseSharedRuntime>false</AndroidUseSharedRuntime> | ||||
|  | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseNoNet|AnyCPU'"> | ||||
|     <OutputPath>bin\ReleaseNoNet\</OutputPath> | ||||
| @@ -53,18 +46,12 @@ | ||||
|   <ItemGroup> | ||||
|     <Reference Include="Mono.Android" /> | ||||
|     <Reference Include="System" /> | ||||
|  | ||||
|     <Reference Include="System.Core" /> | ||||
|  | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|     <Compile Include="Properties\AssemblyInfo.cs" /> | ||||
|   </ItemGroup> | ||||
|   <ItemGroup> | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
|     <None Include="Jars\AboutJars.txt" /> | ||||
|     <None Include="Additions\AboutAdditions.txt" /> | ||||
|     <LibraryProjectZip Include="Jars\pcloud-sdk-android-1.1.0.aar" /> | ||||
| @@ -73,7 +60,6 @@ | ||||
|     <TransformFile Include="Transforms\Metadata.xml" /> | ||||
|     <TransformFile Include="Transforms\EnumFields.xml" /> | ||||
|     <TransformFile Include="Transforms\EnumMethods.xml" /> | ||||
|  | ||||
|   </ItemGroup> | ||||
|   <Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.Bindings.targets" /> | ||||
|   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  | ||||
| @@ -86,5 +72,4 @@ | ||||
|   <ItemGroup> | ||||
|     <EmbeddedReferenceJar Include="Jars\pcloud-sdk-java-core-1.1.0.jar" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
| @@ -11,7 +11,7 @@ | ||||
|     <AssemblyName>PluginSdkBinding</AssemblyName> | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
| @@ -12,8 +12,8 @@ | ||||
|     <FileAlignment>512</FileAlignment> | ||||
|     <AndroidResgenFile>Resources\Resource.Designer.cs</AndroidResgenFile> | ||||
|     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
| @@ -11,9 +11,9 @@ | ||||
|     <AndroidResgenClass>Resource</AndroidResgenClass> | ||||
|     <MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix> | ||||
|     <MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix> | ||||
|     <AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk> | ||||
|     <AndroidUseLatestPlatformSdk>false</AndroidUseLatestPlatformSdk> | ||||
|     <AssemblyName>ZlibAndroid</AssemblyName> | ||||
|     <TargetFrameworkVersion>v8.1</TargetFrameworkVersion> | ||||
|     <TargetFrameworkVersion>v8.0</TargetFrameworkVersion> | ||||
|   </PropertyGroup> | ||||
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||||
|     <DebugSymbols>true</DebugSymbols> | ||||
|   | ||||
 Submodule src/netftpandroid updated: 23df4cf135...e2c34d096a
									
								
							
		Reference in New Issue
	
	Block a user
	 Philipp Crocoll
					Philipp Crocoll