|
|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>net6.0-macos</TargetFramework>
|
|
|
|
|
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
|
|
|
|
|
<RollForward>LatestMajor</RollForward>
|
|
|
|
|
<Configurations>Debug;Release</Configurations>
|
|
|
|
|
@ -18,7 +18,6 @@
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Eto.Platform.macOS" Version="2.7.1" />
|
|
|
|
|
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.1" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|