Skip to content

Commit

Permalink
Update Nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed May 12, 2024
1 parent c283205 commit cea99eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/PicView.Avalonia/PicView.Avalonia.csproj
Expand Up @@ -56,7 +56,7 @@
<!--Condition below is needed to remove Avalonia.Diagnostics package from build output in Release configuration.-->
<PackageReference Condition="'$(Configuration)' == 'Debug'" Include="Avalonia.Diagnostics" Version="11.1.0-beta2" />
<PackageReference Include="Avalonia.Svg.Skia" Version="11.1.0-beta1" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.7.0" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/PicView.Core/PicView.Core.csproj
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.7.0" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions src/PicView.WPF/PicView.WPF.csproj
Expand Up @@ -181,9 +181,9 @@
<Resource Include="Themes\Resources\img\noisy-texture-200x200-o4-d31-c-161616-t0.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.5" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.7.0" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.3" />
<PackageReference Include="Autoupdater.NET.Official" Version="1.8.6" />
<PackageReference Include="Magick.NET-Q8-OpenMP-x64" Version="13.8.0" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.4" />
</ItemGroup>
<ItemGroup>
<Compile Update="Views\UserControls\Buttons\LinkButton.xaml.cs">
Expand Down

0 comments on commit cea99eb

Please sign in to comment.