-
Notifications
You must be signed in to change notification settings - Fork 519
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
Tranistive package shrinks usage of frameworks #1215
Labels
Comments
|
since I worked on similar issue a couple of minutes ago - could you please verify that this still happens with latest? thx |
|
yep seems still to be the case. confirmed => bug |
|
Yep. Just tested it with 2.24.5 and still there. |
|
I'm already deplyoing a fix ;-) |
|
unfortunately all the integration test make this process much slower than a couple of weeks ago ;-) |
|
Aaaand now its working completely. Thx again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I use the following nuget package Microsoft.Bcl.Async in a Silverlight 5 project and this was fine so far. But now I added in my paket.dependencies file the nuget package OwinMiddlewares.Log4net. Because of that paket finds out that Microsoft.Bcl.Async is only needed in for framework >= net40, which is fine. But it now put this constraint as well in the paket.lock file on the pinned version and now in the csproj file no version is added for Silverlight 5.0. And this is not fine.
I have created a small sample. This contains 2 paket.dependency files and one project. The first dep file works fine, the second one removes the needed project reference
https://www.dropbox.com/s/puz3ustm5etr9wm/paket.zip?dl=1
The text was updated successfully, but these errors were encountered: