1. Create a webapplication targeting 4.5
2. Add a class library to the solution targeting 3.5
3. nuget pack webapplication with -IncludeReferencedProjects
Actual:
it adds classlibrary to lib\net45 folder
Expected
to add it to lib\net35 folder
2. Add a class library to the solution targeting 3.5
3. nuget pack webapplication with -IncludeReferencedProjects
Actual:
it adds classlibrary to lib\net45 folder
Expected
to add it to lib\net35 folder