Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Fix dependencies of Accord.Audio.DirectSound.nuspec #1210

Merged
merged 1 commit into from
May 3, 2019

Conversation

azyobuzin
Copy link
Contributor

When I install Accord.DirectSound 3.8.2-alpha package to .NET Framework 4.7 project, NuGet installs only the package itself and SharpDX (Figure 1). Other dependent packages, such as Accord.Math and Accord.Audio, are not to be installed.

So I fixed the nuspec file for NuGet to install all expected dependent packages.

Figure 1
Figure 1

Figure 2 shows the packages that will be installed when I install the fixed package to .NET Framework 4.7 project. And Figure 3 shows when .NET Framework 4.0 project.

Figure 2
Figure 2

Figure 3
Figure 3

Before this commit, only SharpDX was resolved as the dependency.
@CLAassistant
Copy link

CLAassistant commented Feb 17, 2018

CLA assistant check
All committers have signed the CLA.

@fdncred fdncred merged commit 4b04aa5 into accord-net:development May 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants