- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>net6.0-ios</TargetFramework>
- <SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" />
- <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
- </ItemGroup>
- </Project>
|