Skip to content

Commit 72c0cd9

Browse files
Bump System.Drawing.Common from 4.7.0 to 5.0.0 (#3)
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 992c9a2 commit 72c0cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mediocre/mediocre.csproj

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

2020
<ItemGroup>
2121
<PackageReference Include="CommandLineParser" Version="2.8.0" />
22-
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
22+
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
2323
<PackageReference Include="YeelightAPI" Version="1.9.0" />
2424
</ItemGroup>
2525

prototype/prototype.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
23+
<PackageReference Include="System.Drawing.Common" Version="5.0.0" />
2424
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.1" />
2525
<PackageReference Include="YeelightAPI" Version="1.9.0" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)