I'm trying to add sqlite-net-extensions to my project, but seems like it's installing sqlite 3.05 instead of working with the existing 3.10 Getting this-
Severity Code Description Project File Line Column Source Suppression State Error An assembly with the same simple name 'SQLite.Net' has already been imported. Try removing one of the references (e.g. 'C:\Users\xxx.nuget\packages\SQLite.Net-PCL\3.0.5\lib\Windows8\SQLite.Net.dll') or sign them to enable side-by-side. TymIt
If I had the sqlite refereces in the solution i could just remove the 3.05 one, but the thing is they're only listed in "Unversal Windows" reference, where I get both "SQLite.Net[3.0.5.0]" and "SQLite.Net[3.1.0.0]"
At a loss here..