When building a multi-framework package for Nuget you need to divide up the library by framework target. For example:
- .NET 4.0 \lib\net40
- Silverlight 4 \lib\sl40
Where can I find the complete list of framework tags?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#Supporting_Multiple_.NET_Framework_Versions_and_Profiles
Though it’s missing .net micro framework. I’ll update the docs