You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2019. It is now read-only.
Currently this package does not support AnyCPU which means .NET Framework apps must use PlatformTarget=x64 or x86.
It is fairly easy to workaround this. We did this in the Microsoft.Data.Sqlite package by (1) adding a little managed code that locates sqlite3.dll and loads it via LoadLibraryEx and (2) adding an MSBuild target in the package to copy files to the output folder when PlatformTarget=AnyCPU.