Skip to content

Commit

Permalink
Update Eto.Forms and add arm64 macOS build support (#22)
Browse files Browse the repository at this point in the history
* Updated Eto.Forms to 2.7.0 and added build support for osx-arm64

* update to .NET 6.0
  • Loading branch information
Zaprit authored Jul 25, 2022
1 parent 2872f8b commit 7b45a19
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion UnionPatcher.Gui.Linux/UnionPatcher.Gui.Linux.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.5.11" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions UnionPatcher.Gui.MacOS/UnionPatcher.Gui.MacOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
<RuntimeIdentifiers>osx-x64;osx-arm64</RuntimeIdentifiers>
<AssemblyName>LBPUnion.UnionPatcher.Gui.MacOS</AssemblyName>
<RootNamespace>LBPUnion.UnionPatcher.Gui.MacOS</RootNamespace>
<ApplicationIcon>Icon64.ico</ApplicationIcon>
Expand All @@ -16,6 +16,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.5.11" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.0" />
</ItemGroup>
</Project>
6 changes: 4 additions & 2 deletions UnionPatcher.Gui.Windows/UnionPatcher.Gui.Windows.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Direct2D" Version="2.5.11" />
<PackageReference Include="Eto.Platform.Direct2D" Version="2.7.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj" />
<ProjectReference Include="..\UnionPatcher.Gui\UnionPatcher.Gui.csproj">
<ReferenceSourceTarget></ReferenceSourceTarget>
</ProjectReference>
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion UnionPatcher.Gui/UnionPatcher.Gui.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.5.11" />
<PackageReference Include="Eto.Forms" Version="2.7.0" />
</ItemGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"version": "5.0",
"version": "6.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}
}

0 comments on commit 7b45a19

Please sign in to comment.