Skip to content

Commit

Permalink
Bump System.Drawing.Common from 8.0.7 to 8.0.8
Browse files Browse the repository at this point in the history
Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 8.0.7 to 8.0.8.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](dotnet/winforms@v8.0.7...v8.0.8)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent d6bb555 commit cccc8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PixaiBot/PixaiBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<PackageReference Include="Notification.Wpf" Version="7.0.0.2"/>
<PackageReference Include="Selenium.WebDriver" Version="4.23.0"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0"/>
<PackageReference Include="System.Drawing.Common" Version="8.0.7"/>
<PackageReference Include="System.Drawing.Common" Version="8.0.8"/>
</ItemGroup>
<ItemGroup>
<Content Include="Resources\images\PixaiAutoClaimerIcon.ico">
Expand Down
2 changes: 1 addition & 1 deletion PixaiBotAutoUpdater/PixaiBotAutoUpdater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="FontAwesome" Version="4.7.0"/>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageReference Include="System.Drawing.Common" Version="8.0.7"/>
<PackageReference Include="System.Drawing.Common" Version="8.0.8"/>
</ItemGroup>
<ItemGroup>
<Reference Include="FontAwesome.WPF">
Expand Down

0 comments on commit cccc8f1

Please sign in to comment.