17 lines
470 B
XML
17 lines
470 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0-ios</TargetFramework>
|
|
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Avalonia.iOS" Version="$(AvaloniaVersion)" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\BGC.Client\BGC.Client.csproj" />
|
|
</ItemGroup>
|
|
</Project>
|