zauberzeug / SimpleStorage

Simple platform independent key/value storage
Other
35 stars 12 forks source link

Could not install simple storage #6

Closed mariocalin closed 5 years ago

mariocalin commented 8 years ago

Could not install package 'SimpleStorage 1.4.1'. You are trying to install this package into a project that targets 'portable-net45+win+wp80', 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.

markusressel commented 8 years ago

I have the same issue. I'm trying to include SimpleStorage in a shared module via Nuget package manager.

Could not install package 'SimpleStorage 1.4.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile111', 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.

Is it not possible/intended to include this library in a shared module but once in the android and once in the iOS module?

SatinderSidhu commented 7 years ago

Any update on this? I am also getting same error

Could not install package 'SimpleStorage 1.4.1'. You are trying to install this package into a project that targets '.NETPortable,Version=v4.5,Profile=Profile259', 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.

emanon11 commented 7 years ago

I think you need to install the library twice. Once in the Android section, once in the iOS section. I had the same issue when I tried to install it in the Portable section (I'm using a PCL project).

Actually, I take this back... You still need to be able to install into the portable project to be able to use the library, so this is an issue.