We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555e1cc commit 3f609a8Copy full SHA for 3f609a8
src/Spectrogram/Spectrogram.csproj
@@ -19,7 +19,7 @@ Releases: https://github.com/swharden/Spectrogram/releases</PackageReleaseNotes>
19
</PropertyGroup>
20
21
<ItemGroup>
22
- <PackageReference Include="FftSharp" Version="1.0.6" />
+ <PackageReference Include="FftSharp" Version="1.0.8" />
23
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
24
<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'" />
25
</ItemGroup>
0 commit comments