Update GlennGUI.Mac.csproj

pull/11/head
Miepee 2 years ago committed by GitHub
parent d9b2ddcc6b
commit 501d8ad506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save