-
-
Couldn't load subscription status.
- Fork 122
Description
Hi @ericsink
Consuming project; WPF .NET Framework 4.7.2 (old style project targeting AnyCPU) using packages.config
Bug in: 2.1.0
Last good version: 2.0.7
Actually this project is host for Xamarin.Forms for WPF application and I have difficulties to switch it to PackageReference. So I decide to use it that way until eventual migration to MAUI.
Until 2.0.7 this works but now native e_sqlite3.dll isn't copied to output folder when building project. According to documentation the problem can be incompatibility with packages.config as targets file is only in buildTransition folder (for PackageReference) and is not duplicated in build folder (for packages.config).
Plamen