diff --git a/src/NumSharp.Core/NumSharp.Core.csproj b/src/NumSharp.Core/NumSharp.Core.csproj index 09217cf0..41e9aef6 100644 --- a/src/NumSharp.Core/NumSharp.Core.csproj +++ b/src/NumSharp.Core/NumSharp.Core.csproj @@ -70,9 +70,11 @@ Add np.ravel, np.transpose. - - - - - + + + + + + + \ No newline at end of file diff --git a/src/NumSharp.Core/runtimes/linux-x64/native/blas.so b/src/NumSharp.Core/runtimes/linux-x64/native/blas.so new file mode 100644 index 00000000..fd351301 Binary files /dev/null and b/src/NumSharp.Core/runtimes/linux-x64/native/blas.so differ diff --git a/src/NumSharp.Core/runtimes/linux-x64/native/lapack.so b/src/NumSharp.Core/runtimes/linux-x64/native/lapack.so new file mode 100644 index 00000000..c642b273 Binary files /dev/null and b/src/NumSharp.Core/runtimes/linux-x64/native/lapack.so differ diff --git a/src/NumSharp.Core/NativeCompiledLibs/x64/Windows/blas_win64_MT.dll b/src/NumSharp.Core/runtimes/win-x64/native/blas_win64_MT.dll similarity index 100% rename from src/NumSharp.Core/NativeCompiledLibs/x64/Windows/blas_win64_MT.dll rename to src/NumSharp.Core/runtimes/win-x64/native/blas_win64_MT.dll diff --git a/src/NumSharp.Core/NativeCompiledLibs/x64/Windows/lapack.dll b/src/NumSharp.Core/runtimes/win-x64/native/lapack.dll similarity index 100% rename from src/NumSharp.Core/NativeCompiledLibs/x64/Windows/lapack.dll rename to src/NumSharp.Core/runtimes/win-x64/native/lapack.dll diff --git a/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj b/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj index ec02076c..901f321f 100644 --- a/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj +++ b/test/NumSharp.UnitTest/NumSharp.UnitTest.csproj @@ -66,9 +66,5 @@ - - - -