Skip to content

Commit

Permalink
Add System.Drawing.Common package to project
Browse files Browse the repository at this point in the history
A new package reference for `System.Drawing.Common` version `9.0.0` has been added to the `EasyExtensions.Windows.csproj` file. This package is required for additional drawing or imaging functionalities within the project.
  • Loading branch information
bvdcode committed Nov 15, 2024
1 parent 9219b75 commit 8cd1606
Show file tree
Hide file tree
Showing 2 changed files with 920 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
<None Include="packageIcon.png" Pack="true" PackagePath="\" />
<None Include="..\..\LICENSE.md" Pack="true" PackagePath="LICENSE.md" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.Drawing.Common" Version="9.0.0" />
</ItemGroup>

</Project>
Loading

0 comments on commit 8cd1606

Please sign in to comment.