Skip to content

Commit

Permalink
Upgrade eto.forms and sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
jvyden committed Apr 15, 2024
1 parent ea1cc88 commit 53dc604
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Refresher/Refresher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="ELFSharp" Version="2.17.3" />
<PackageReference Include="Eto.Forms" Version="2.8.2" />
<PackageReference Condition="'$(TargetFramework)' != 'net8.0-windows'" Include="Eto.Platform.Gtk" Version="2.8.2" />
<PackageReference Include="Eto.Forms" Version="2.8.3" />
<PackageReference Condition="'$(TargetFramework)' != 'net8.0-windows'" Include="Eto.Platform.Gtk" Version="2.8.3" />
<PackageReference Condition="'$(TargetFramework)' == 'net8.0-windows'" Include="Eto.Platform.Wpf" Version="2.8.2" />
<EmbeddedResource Include="Resources\refresher.ico" LogicalName="refresher.ico" />
<PackageReference Include="FluentFTP" Version="49.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="SCEToolSharp" Version="1.1.5" />
<EmbeddedResource Include="Resources\Allefresher.prx" />
<PackageReference Include="Sentry" Version="4.2.1" />
<PackageReference Include="Sentry" Version="4.4.0" />
</ItemGroup>


Expand Down

0 comments on commit 53dc604

Please sign in to comment.