Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Nov 18, 2024
1 parent f1026ba commit 7f9957d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/PicView.Avalonia.Win32/Views/KeybindingsWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
BorderBrush="{DynamicResource MainBorderColor}"
BorderThickness="1,0,1,1"
Classes="hover"
Click="Minimize"
ClickMode="Release"
Data="{StaticResource MinimizeGeometry}"
DockPanel.Dock="Right"
Expand Down Expand Up @@ -98,7 +99,7 @@
Focusable="True"
Margin="0,28,0,0"
Padding="5,2,5,10">
<views:ShortcutsView Background="Transparent" PointerPressed="MoveWindow" />
<views:KeybindingsView Background="Transparent" PointerPressed="MoveWindow" />
</customControls:AutoScrollViewer>
</Panel>
</Border>
Expand Down
2 changes: 1 addition & 1 deletion src/PicView.Avalonia/PicView.Avalonia.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<PackageReference Include="Avalonia.Desktop" Version="11.2.1" />
<PackageReference Include="Avalonia.ReactiveUI" Version="11.2.1" />
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.0" />
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.2.1" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.2.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/PicView.Core/PicView.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<PlatformTarget>ARM64</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Magick.NET-Q8-arm64" Version="14.1.0" />
<PackageReference Include="Magick.NET-Q8-x64" Version="14.1.0" />
<PackageReference Include="SharpCompress" Version="0.38.0" />
<PackageReference Include="ZString" Version="2.6.0" />
</ItemGroup>
Expand Down

0 comments on commit 7f9957d

Please sign in to comment.