FFTW.NET icon indicating copy to clipboard operation
FFTW.NET copied to clipboard

Unable to install package

Open ayeosq opened this issue 8 years ago • 1 comments

Installing 'FFTW.NET 1.0.1'. Successfully installed 'FFTW.NET 1.0.1'. Adding 'FFTW.NET 1.0.1' to xxx. Uninstalling 'FFTW.NET 1.0.1'. Successfully uninstalled 'FFTW.NET 1.0.1'. Install failed. Rolling back... Could not install package 'FFTW.NET 1.0.1'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Any suggestion to this?

ayeosq avatar Sep 26 '17 06:09 ayeosq

I don't have time to look into this at the moment, sorry. You can try downloading the code and building it as library which targets .NET v4.5. The nuget package targets the .NET Standard 1.4 which requires .NET v4.6.1

ArgusMagnus avatar Sep 27 '17 09:09 ArgusMagnus