|
|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-macos</TargetFramework>
|
|
|
|
|
<TargetFramework>net8.0-macos</TargetFramework>
|
|
|
|
|
<RollForward>LatestMajor</RollForward>
|
|
|
|
|
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
|
|
|
|
|
<SupportedOSPlatformVersion>10.14</SupportedOSPlatformVersion>
|
|
|
|
|
@ -18,4 +18,4 @@
|
|
|
|
|
<PackageReference Include="Eto.Platform.macOS" Version="2.8.2" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|
|
|
|
|
</Project>
|
|
|
|
|
|