17 lines
514 B
XML
17 lines
514 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="..\山海奇闻录\山海奇闻录.csproj"/>
|
|
</ItemGroup>
|
|
</Project>
|