Skip to content

Commit

Permalink
Bump WPF to 2.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: jvyden <[email protected]>
  • Loading branch information
jvyden authored Apr 15, 2024
1 parent 53dc604 commit 3e8c155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresher/Refresher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="ELFSharp" Version="2.17.3" />
<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" />
<PackageReference Condition="'$(TargetFramework)' == 'net8.0-windows'" Include="Eto.Platform.Wpf" Version="2.8.3" />
<EmbeddedResource Include="Resources\refresher.ico" LogicalName="refresher.ico" />
<PackageReference Include="FluentFTP" Version="49.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
Expand Down

0 comments on commit 3e8c155

Please sign in to comment.