Skip to content

Commit

Permalink
Updated reference to System.Drawing.Common.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 14, 2024
1 parent 22014de commit c3e2b9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="2.8.2" />

<!-- After an upgrade of this library the nuspec file should also be updated -->
<PackageVersion Include="System.Drawing.Common" Version="8.0.8" />
<PackageVersion Include="System.Drawing.Common" Version="8.0.10" />

</ItemGroup>
</Project>
6 changes: 3 additions & 3 deletions publish/Magick.NET.SystemDrawing.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Magick.NET.Core" version="14.0.0" />
<dependency id="System.Drawing.Common" version="8.0.7" />
<dependency id="System.Drawing.Common" version="8.0.10" />
</group>
<group targetFramework="net8.0">
<dependency id="Magick.NET.Core" version="14.0.0" />
<dependency id="System.Drawing.Common" version="8.0.7" />
<dependency id="System.Drawing.Common" version="8.0.10" />
</group>
</dependencies>
<frameworkAssemblies>
Expand All @@ -39,4 +39,4 @@
<file src="..\src\Magick.NET\Copyright.txt" target="Copyright.txt" />
<file src="Readme.md" target="docs\Readme.md" />
</files>
</package>
</package>

0 comments on commit c3e2b9a

Please sign in to comment.