We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Specifying Dependencies for Multi Target package like this http://docs.nuget.org/Create/NuSpec-Reference
<dependencies> <group> <dependency id="RouteMagic" version="1.1.0" /> </group> <group targetFramework="net40"> <dependency id="jQuery" /> <dependency id="WebActivator" /> </group> <group targetFramework="sl30"> </group> </dependencies>
for this porpose i add TargetFramework to NuSpecDependency and change NuspecTransformer.cs for create grouped dependencies
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Specifying Dependencies for Multi Target package like this
http://docs.nuget.org/Create/NuSpec-Reference
for this porpose i add TargetFramework to NuSpecDependency
and change NuspecTransformer.cs for create grouped dependencies
The text was updated successfully, but these errors were encountered: