- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0-ios</TargetFramework>
- <ProvisioningType>manual</ProvisioningType>
- <OutputType>Exe</OutputType>
- <Nullable>enable</Nullable>
- <ImplicitUsings>true</ImplicitUsings>
- <SupportedOSPlatformVersion>11.2</SupportedOSPlatformVersion>
- <RuntimeIdentifier>iossimulator-x64</RuntimeIdentifier>
- <!-- <RuntimeIdentifier>ios-arm64</RuntimeIdentifier>-->
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" />
- <ProjectReference Include="..\NativeEmbedSample\NativeEmbedSample.csproj" />
- </ItemGroup>
- </Project>
|