xamarin - Visual Studio portable library profile for both .Net Core 1.0 and Silverlight 5 -


i'm using portable libraries use different targeting profiles (profile344 , profile259). key difference 344 references silverlight 5 , not .net core 1.0, , 256 references .net core 1.0 , not silverlight 5. appears there no profile supports both @ same time. there no common profile in libraries build successfully.

any ideas on how resolve this?

is there way me create new profile?

i need silverlight 5 because decent solution recording audio web page, @ least on in windows browser. new library i'm using phone development xamarin (portablerazor), needs .net core 1.0 httputility , type conversion stuff (at least). i'm sharing common model , controller libraries both web app , phone apps.

thanks.

-john