Skip to content

Commit

Permalink
Bump System.Drawing.Common in /ExtLibs/CsAssortedWidgets
Browse files Browse the repository at this point in the history
Bumps [System.Drawing.Common](https://github.com/dotnet/corefx) from 4.5.1 to 4.7.2.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

---
updated-dependencies:
- dependency-name: System.Drawing.Common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and meee1 committed Dec 15, 2022
1 parent 3cbf3ef commit e932e20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExtLibs/CsAssortedWidgets/CsAssortedWidgets.csproj
Expand Up @@ -18,7 +18,7 @@

<ItemGroup>
<PackageReference Include="OpenTK" Version="3.0.1" />
<PackageReference Include="System.Drawing.Common" Version="4.5.1" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
</ItemGroup>


Expand Down
2 changes: 1 addition & 1 deletion ExtLibs/CsAssortedWidgets/packages.config
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net461" />
<package id="System.Drawing.Common" version="4.7.2" targetFramework="net461" />
</packages>

0 comments on commit e932e20

Please sign in to comment.