Skip to content

Commit

Permalink
Upgrade to Eto 2.7.4 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonko0493 authored Apr 2, 2023
1 parent a42db35 commit d846369
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/SerialLoops.Gtk/SerialLoops.Gtk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.2-ci-20230201.4059880747" />
<PackageReference Include="Eto.Platform.Gtk" Version="2.7.4" />
<PackageReference Include="OpenTK" Version="4.7.5" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/SerialLoops.Mac/SerialLoops.Mac.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.2-ci-20230201.4059880747" />
<PackageReference Include="Eto.Platform.Mac64" Version="2.7.4" />
<PackageReference Include="OpenTK" Version="4.7.5" />
</ItemGroup>

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

<ItemGroup>
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.2-ci-20230201.4059880747" />
<PackageReference Include="Eto.Platform.Wpf" Version="2.7.4" />
<PackageReference Include="NAudio" Version="2.1.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/SerialLoops/SerialLoops.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Eto.Forms" Version="2.7.2-ci-20230201.4059880747" />
<PackageReference Include="Eto.Forms" Version="2.7.4" />
<PackageReference Include="System.Text.Json" Version="7.0.2" />
</ItemGroup>

Expand Down

0 comments on commit d846369

Please sign in to comment.