Skip to content

Commit 0704b74

Browse files
Bump System.Drawing.Common from 5.0.1 to 5.0.2 (#7)
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](dotnet/runtime@v5.0.1...v5.0.2) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682cd9e commit 0704b74

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="5.0.1" />
22+
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
2323
<PackageReference Include="YeelightAPI" Version="1.10.2" />
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="5.0.1" />
23+
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
2424
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="5.0.0" />
2525
<PackageReference Include="YeelightAPI" Version="1.10.2" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)