1. Create a package which contains two folders under lib: 'net40-client' and 'net40'.
2. Create a project that targets .NET 4.5.
3. Install the package into the project.
[Expected]
NuGet picks the 'net40' profile.
[Actual]
NuGet picks the 'net40-client' profile.
2. Create a project that targets .NET 4.5.
3. Install the package into the project.
[Expected]
NuGet picks the 'net40' profile.
[Actual]
NuGet picks the 'net40-client' profile.