Skip to content

Commit

Permalink
update nuget deps
Browse files Browse the repository at this point in the history
  • Loading branch information
d2phap committed Jan 11, 2025
1 parent be41d46 commit 2b4d0e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Source/Components/ImageGlass.Base/ImageGlass.Base.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,20 @@
</ItemGroup>

<ItemGroup>
<Content Include="..\..\Libs\ExplorerSortOrder\x64\ExplorerSortOrder.dll" Condition="'$(Platform)' == 'x64'" CopyToOutputDirectory="Always" />
<Content Include="..\..\Libs\ExplorerSortOrder\x64\ExplorerSortOrder.dll" Condition="'$(Platform)' == 'X64'" CopyToOutputDirectory="Always" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="DirectNStandard" Version="1.17.0" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-arm64" Version="14.2.0" Condition="'$(Platform)' == 'ARM64'" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="14.2.0" Condition="'$(Platform)' == 'X64'" />
<PackageReference Include="Magick.NET.SystemDrawing" Version="8.0.2" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="8.0.2" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-arm64" Version="14.4.0" Condition="'$(Platform)' == 'ARM64'" />
<PackageReference Include="Magick.NET-Q16-HDRI-OpenMP-x64" Version="14.4.0" Condition="'$(Platform)' == 'X64'" />
<PackageReference Include="Magick.NET.SystemDrawing" Version="8.0.4" />
<PackageReference Include="Magick.NET.SystemWindowsMedia" Version="8.0.4" />
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.2151.40" />
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.106">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.14.2" />
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
<PackageReference Include="WicNet" Version="1.8.3" />
<PackageReference Include="ZString" Version="2.6.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Source/ImageGlass/ImageGlass.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="ImageGlass.Tools" Version="1.9200.0" />
<PackageReference Include="ImageGlass.Tools" Version="1.9200.1" />
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.12.19">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Source/igcmd/igcmd.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ImageGlass.Tools" Version="1.9200.0" />
<PackageReference Include="ImageGlass.Tools" Version="1.9200.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 2b4d0e3

Please sign in to comment.