Skip to content

Commit 3fee772

Browse files
committed
improve OSX package support
1 parent 644f9bb commit 3fee772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Spectrogram/Spectrogram.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Quickstart: https://github.com/swharden/Spectrogram</PackageReleaseNotes>
1919
<ItemGroup>
2020
<PackageReference Include="FftSharp" Version="1.0.5" />
2121
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
22+
<PackageReference Include="runtime.osx.10.10-x64.CoreCompat.System.Drawing" Version="5.8.64" Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' == 'true'" />
2223
</ItemGroup>
2324

2425
<ItemGroup>

0 commit comments

Comments
 (0)