Skip to content
New issue

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

Add support fort Specifying Dependencies for Multi Target package #1324

Closed
devlead opened this issue Oct 27, 2016 · 0 comments
Closed

Add support fort Specifying Dependencies for Multi Target package #1324

devlead opened this issue Oct 27, 2016 · 0 comments
Milestone

Comments

@devlead
Copy link
Member

devlead commented Oct 27, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant