Skip to content

Commit 03e78c1

Browse files
authored
Merge pull request #3979 from marticliment/renovate/dotnet-monorepo
2 parents 1c465af + 2f37b99 commit 03e78c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/UniGetUI.Core.IconStore/UniGetUI.Core.IconEngine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
16-
<PackageReference Include="System.Drawing.Common" Version="9.0.7" Aliases="DrawingCommon" />
16+
<PackageReference Include="System.Drawing.Common" Version="9.0.8" Aliases="DrawingCommon" />
1717

1818
</ItemGroup>
1919
</Project>

src/UniGetUI/UniGetUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.7.250606001" />
9898
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.4654" />
9999
<PackageReference Include="PhotoSauce.MagicScaler" Version="0.15.0" />
100-
<PackageReference Include="System.Drawing.Common" Version="9.0.7" Aliases="DrawingCommon" />
100+
<PackageReference Include="System.Drawing.Common" Version="9.0.8" Aliases="DrawingCommon" />
101101
<PackageReference Include="System.Net.Http" Version="4.3.4" />
102102
<PackageReference Include="System.Private.Uri" Version="4.3.2" />
103103
<PackageReference Include="System.Text.RegularExpressions" Version="4.3.1" />

0 commit comments

Comments
 (0)