diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-12-07 16:24:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-07 16:24:34 +0000 |
commit | 837836431d0bfac43bbd422a5aa55fa9a6346dbc (patch) | |
tree | 63129a4a133e88a6aa8b8803edb2ad7aebdc232a | |
parent | 9f555db5cdc13cedce08879fea28406849f46642 (diff) |
nuget: bump System.Drawing.Common from 6.0.0 to 7.0.0 (#4024)1.1.444
Bumps [System.Drawing.Common](https://github.com/dotnet/runtime) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dotnet/runtime/releases)
- [Commits](https://github.com/dotnet/runtime/compare/v6.0.0...v7.0.0)
---
updated-dependencies:
- dependency-name: System.Drawing.Common
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Ryujinx.Common/Ryujinx.Common.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Common/Ryujinx.Common.csproj b/Ryujinx.Common/Ryujinx.Common.csproj index fbf069b0..ef5bbae7 100644 --- a/Ryujinx.Common/Ryujinx.Common.csproj +++ b/Ryujinx.Common/Ryujinx.Common.csproj @@ -7,7 +7,7 @@ <ItemGroup> <PackageReference Include="MsgPack.Cli" Version="1.0.1" /> - <PackageReference Include="System.Drawing.Common" Version="6.0.0" /> + <PackageReference Include="System.Drawing.Common" Version="7.0.0" /> <PackageReference Include="System.Management" Version="7.0.0" /> </ItemGroup> |