Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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.

@@ -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 join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant