How to use the intelmkl.redist.win Nuget package in an .Net 6 project with Excel.DNA?
I am working on a .NET6 project and using Excel-DNA (version 1.8.0). I want to integrate some functionality from Intel MKL. Intel provides a NuGet package for redistributing the native libraries, specifically: intelmkl.redist.win-x64 (version 2024.1.0.692). How can I achieve this integration?