Cannot install sqlite-net-pcl in Visual Studio 2017 UWP (Xamarin PCL project) -
i trying simple hello world going using sqlite , visual studio 2017 , against wall. have pcl project android, ios, , uwp projects. can sqlite-net-pcl (version 1.4.118) install in every project except uwp; when try one, several errors saying
package system.console 4.0.0 not compatible uap10.0.10586 (uap,version=v10.0.10586)
there 10 of these errors referring different packages. tried installing previous versions same result. tried downgrading microsoft.netcore.universalwindowsplatform 5.4.0 5.3.3 thinking may that, still same. have tried installing sqlitepclraw.bundle(s) separately still same. have made sure nuget packages solution updated latest versions.
i have cleaned solution (many times) , tried including sqlite.cs file instead of package, tons of errors that.
can not use sqlite-net-pcl in solution uwp, or missing something?
Comments
Post a Comment