-
Notifications
You must be signed in to change notification settings - Fork 525
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
Paket removes System.ComponentModel.Composition reference #376
Comments
Ok this is a new fucked up situation. RavenDB.Client nuspec says
So we think it's only for net4. we need a way to.keep these |
we could introduce a Paket-keep flag, but this would mean manually editing of csproj file |
we could also add a syntax to the references file. Like
|
Why does paket remove the references? |
The original idea is to remove duplicates. But your question hints to a better strategy. Maybe we should not This may actually work and solve another problem. Sometimes the easy
|
My local version seems to handle this case now. Will need to make it more robust. |
It would be cool if you could test 0.16 alpha version if it works for you. |
Looks good! |
Just paket'd (and FAKE'd!) another more complicated project that was losing numerous references. All good now. |
I'm using Paket to install RavenDB.Client, and a call to:
in my code requires that System.ComponentModel.Composition is manually referenced. However, whenever I run
paket update
the reference is removedCreate an empty library and replace the class that's created with this
and reference System.ComponentModel.Composition
You may have to
paket update
a couple of times to see the problemThe text was updated successfully, but these errors were encountered: