Skip to content

Commit

Permalink
Bump System.Drawing.Common from 7.0.0 to 8.0.0 (microsoft#1669)
Browse files Browse the repository at this point in the history
* Bump System.Drawing.Common from 7.0.0 to 8.0.0

Bumps [System.Drawing.Common](https://github.com/dotnet/winforms) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/dotnet/winforms/releases)
- [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md)
- [Commits](https://github.com/dotnet/winforms/commits/v8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump System.Drawing.Common to v8.0.0 microsoft#1669

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernie White <[email protected]>
  • Loading branch information
dependabot[bot] and BernieWhite authored Nov 22, 2023
1 parent c16baa8 commit aa0eb94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/CHANGELOG-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ What's changed since pre-release v3.0.0-B0084:
- Engineering:
- Bump xunit to v2.6.1.
[#1656](https://github.com/microsoft/PSRule/pull/1656)
- Bump System.Drawing.Common to v8.0.0.
[#1669](https://github.com/microsoft/PSRule/pull/1669)

## v3.0.0-B0084 (pre-release)

Expand Down
2 changes: 1 addition & 1 deletion src/PSRule.BuildTool/PSRule.BuildTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta1.21308.1" />
<PackageReference Include="System.Drawing.Common" Version="7.0.0" />
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit aa0eb94

Please sign in to comment.