You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
464B

  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>net7.0-ios</TargetFramework>
  5. <SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
  6. <Nullable>enable</Nullable>
  7. </PropertyGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Avalonia.iOS" Version="$(AvaloniaVersion)" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\Example\Example.csproj" />
  13. </ItemGroup>
  14. </Project>