We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644f9bb commit 3fee772Copy full SHA for 3fee772
src/Spectrogram/Spectrogram.csproj
@@ -19,6 +19,7 @@ Quickstart: https://github.com/swharden/Spectrogram</PackageReleaseNotes>
19
<ItemGroup>
20
<PackageReference Include="FftSharp" Version="1.0.5" />
21
<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'" />
23
</ItemGroup>
24
25
0 commit comments