ControlCatalog.iOS.csproj 420 B

1234567891011
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net6.0-ios</TargetFramework>
  5. <SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <ProjectReference Include="..\..\src\iOS\Avalonia.iOS\Avalonia.iOS.csproj" />
  9. <ProjectReference Include="..\ControlCatalog\ControlCatalog.csproj" />
  10. </ItemGroup>
  11. </Project>