Files
gamenight/Gamenight.Ui/Gamenight.Ui.iOS/Gamenight.Ui.iOS.csproj

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="..\gamenight.ui\gamenight.ui.csproj" />
</ItemGroup>
</Project>