-
Notifications
You must be signed in to change notification settings - Fork 526
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
duplicate framework assembly references #297
Comments
Thanks I will look into this in Monday
|
It looks like it may be an issue with the nuspec for the |
The SqlClient bug solved the duplicate I simplified the example solution to have these two dependencies.
Their nuspec files have:
|
I think we need to check if it already exists |
First try was wrong |
could you please test 0.11.0-alpha001? |
Tested this an it appears to be working. |
I've had to lock our use of paket to
0.8.5
. The breaking issue is thatFSharp.Data.SqlClient
isn't showing up as a reference in one of our projects after apaket update
with0.9.7
. I haven't been able to isolate the problem in a test solution yet.However, I created a project and added a handful of commits to it, trying to reproduce the issues I'm seeing. This is the first one that may be related. I'm seeing more duplicate references with
0.9.7
:https://github.com/ctaggart/Paket09x/commits
0.8.5
just hasMicrosoft.SqlServer.Types
listed twice:The text was updated successfully, but these errors were encountered: