xamarin - Nuget fails to add lightinject 4.0.6 to portable class library -


i'm trying use lightinject xamarin application. common code inside separate portable class library. project configured targetframeworkprofile profile78. when i'm adding lightinject 4.0.6 following error appears:

attempting gather dependencies information package 'lightinject.4.0.6' respect project 'projectname', targeting '.netportable,version=v4.5,profile=profile78' attempting resolve dependencies package 'lightinject.4.0.6' dependencybehavior 'lowest' resolving actions install package 'lightinject.4.0.6' resolved actions install package 'lightinject.4.0.6' install failed. rolling back... package 'lightinject.4.0.6 : ' not exist in project 'projectname' package 'lightinject.4.0.6 : ' not exist in folder '<path_to_packages_folder>' not install package 'lightinject 4.0.6'. trying install package project targets '.netportable,version=v4.5,profile=profile78', package not contain assembly references or content files compatible framework. more information, contact package author. 

i've found this issue, tried switch profile111, profile library couldn't added pcl.

maybe i'm missing else?

changed tfm profile 111. https://github.com/seesharper/lightinject/commit/8ddb35723d460c0007ac63d7fe249874fbccb960

lightinject 4.0.7 has been published official nuget feed.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -