Files
critterfolio/CritterFolio/CritterFolio.iOS/CritterFolio.iOS.csproj
2025-12-22 01:07:59 -06:00

17 lines
461 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0-ios</TargetFramework>
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Avalonia.iOS" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CritterFolio\CritterFolio.csproj" />
</ItemGroup>
</Project>