Skip to content

Commit

Permalink
Updated System.Drawing.Common package due to a security vulnerability (
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomelli authored Jan 29, 2023
1 parent b59bbc2 commit 106b03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GeneticSharp.Extensions/GeneticSharp.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="System.Drawing.Common" Version="4.5.0-preview1-26216-02" />
<PackageReference Include="System.Drawing.Common" Version="4.7.2" />
<PackageReference Include="NCalc.NetCore" Version="1.0.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/GeneticSharp.Runner.GtkApp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="System.Drawing.Common" version="4.5.0-preview1-26216-02" targetFramework="net462" />
<package id="System.Drawing.Common" version="4.7.2" targetFramework="net462" />
</packages>

0 comments on commit 106b03c

Please sign in to comment.