Skip to content

Commit 644468d

Browse files
Bump System.Drawing.Common (#43553)
Bumps the dotnet group in /docs/fundamentals/runtime-libraries/snippets/System.Resources/ResourceReader/Overview/csharp with 1 update: [System.Drawing.Common](https://github.com/dotnet/winforms). Updates `System.Drawing.Common` from 8.0.10 to 9.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) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major dependency-group: dotnet ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4617423 commit 644468d

File tree

1 file changed

+1
-1
lines changed
  • docs/fundamentals/runtime-libraries/snippets/System.Resources/ResourceReader/Overview/csharp

1 file changed

+1
-1
lines changed

docs/fundamentals/runtime-libraries/snippets/System.Resources/ResourceReader/Overview/csharp/Project.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="System.Drawing.Common" Version="8.0.10" />
9+
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
1010
</ItemGroup>
1111

1212
</Project>

0 commit comments

Comments
 (0)