What is the rationale for using Profile 344 for the PCL project? This profile is for .NET 4.5 and higher, thus neither of the PCL libraries (profiles 344 and 47) can be consumed by another PCL library targeting .NET 4.
I have tried to switch to Profile 328 instead (supports the same targets as 344, except that it targets .NET 4 and higher). I have no problems building the project with this profile, and the unit tests in the associated test project pass even after having switched to profile 328.
Unless you have future plans for this library that prohibit re-targeting, do you think you could consider switching the 344 PCL project to profile 328 for the next release?
Many thanks in advance!
Anders @ Cureos
I have tried to switch to Profile 328 instead (supports the same targets as 344, except that it targets .NET 4 and higher). I have no problems building the project with this profile, and the unit tests in the associated test project pass even after having switched to profile 328.
Unless you have future plans for this library that prohibit re-targeting, do you think you could consider switching the 344 PCL project to profile 328 for the next release?
Many thanks in advance!
Anders @ Cureos