Files
InternalSortMethods/InternalSortMethods.iOS/InternalSortMethods.iOS.csproj
2026-04-12 18:05:58 +03:00

17 lines
494 B
XML

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