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.

10 lines
372 B

1 year ago
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net7.0-maccatalyst</TargetFramework>
  4. <RuntimeIdentifier>maccatalyst-x64</RuntimeIdentifier>
  5. <OutputType>Exe</OutputType>
  6. <Nullable>enable</Nullable>
  7. <ImplicitUsings>true</ImplicitUsings>
  8. <SupportedOSPlatformVersion>14.2</SupportedOSPlatformVersion>
  9. </PropertyGroup>
  10. </Project>