We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53dc604 commit 3e8c155Copy full SHA for 3e8c155
Refresher/Refresher.csproj
@@ -19,7 +19,7 @@
19
<PackageReference Include="ELFSharp" Version="2.17.3" />
20
<PackageReference Include="Eto.Forms" Version="2.8.3" />
21
<PackageReference Condition="'$(TargetFramework)' != 'net8.0-windows'" Include="Eto.Platform.Gtk" Version="2.8.3" />
22
- <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" />
23
<EmbeddedResource Include="Resources\refresher.ico" LogicalName="refresher.ico" />
24
<PackageReference Include="FluentFTP" Version="49.0.2" />
25
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
0 commit comments