Closed
Description
See #1659 (comment)
We recently made CpuMath depend on ML.Core, but this is broken.
The Microsoft.ML
nuget package depends on the Microsoft.ML.CpuMath
NuGet package. So having the CpuMath.dll depend on Microsoft.ML.Core
is backwards.
See #542 for the reasoning why this was done that way.