-
Notifications
You must be signed in to change notification settings - Fork 586
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
Fix #1966 #1967
Fix #1966 #1967
Conversation
@matthid I probably have to add the restricted System.Reactive to the paket.references aswell, right? |
I think this is exactly what we should do, thanks for taking care of this. Will try to release this now :) |
IMO the underlying problem is that paket does not really handle the dependencies as expected if you use dotnet pack. Or is that by design? I could also not just get it to work with dotnet pack by adding a paket.template. Should we switch FAKE to use Paket.pack? (although that does not directly help in this exact case, but it would at least not screw up dependencies that FAKE defines) |
Good point. I'm not sure if that ever worked :). |
I am not sure if everybody expects it to work this way. But as i looked into the |
@kblohm Yes I talked with @forki and he agreed that we should fix the defaults here (ie by default take the ranges from the dependencies file). |
Sure, but thats what the optional paket.template could be used for right? Or make it a parameter if that is possible. It would be great if the default would just "work" for the 90% case. 👍 |
exactly |
No description provided.