Skip to content

Commit

Permalink
update Magick.NET 13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Mar 2, 2024
1 parent 2df30fc commit 6b91496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Source/Components/ImageGlass.Base/ImageGlass.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@

<ItemGroup>
<PackageReference Include="DirectNStandard" Version="1.15.0.2" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="13.5.0" Condition="'$(Platform)' == 'x64'" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="13.6.0" Condition="'$(Platform)' == 'x64'" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-arm64" Version="13.4.0" Condition="'$(Platform)' == 'ARM64'" />
<PackageReference Include="Magick.NET.SystemDrawing" Version="7.2.1" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.1" />
<PackageReference Include="Magick.NET.SystemDrawing" Version="7.2.2" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="7.2.2" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2151.40" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.49-beta">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Source/ImageGlass/ImageGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ImageGlass.Tools" Version="1.9070.0" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.8.14">
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.9.28">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand Down

0 comments on commit 6b91496

Please sign in to comment.