Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Fix #3540: Move to NAudio 2.0.0 dep #3547

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lissyx
Copy link
Collaborator

@lissyx lissyx commented Mar 3, 2021

No description provided.

@lissyx lissyx requested a review from carlfm01 March 3, 2021 09:09
@lissyx lissyx self-assigned this Mar 3, 2021
@@ -35,8 +35,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="NAudio, Version=1.8.5.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\NAudio.1.8.5\lib\net35\NAudio.dll</HintPath>
<Reference Include="NAudio, Version=2.0.0, Culture=neutral, processorArchitecture=MSIL">
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using 2.0.0 forces a failure at finding NAudio, so:

  • 2.0.0.0 was proper
  • NAudio 2.0.0.0 was correctly found
  • We were still having missing reference for WaveBuffer / WaveFileReader yet we had using NAudio.Wave

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant