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

Prefer full platform builds over portable builds #236

Closed
cdrnet opened this issue Oct 10, 2014 · 3 comments
Closed

Prefer full platform builds over portable builds #236

cdrnet opened this issue Oct 10, 2014 · 3 comments

Comments

@cdrnet
Copy link
Member

cdrnet commented Oct 10, 2014

I have a package with the following lib subfolders:

  • net35
  • net40
  • portable-net45+sl5+netcore45+MonoAndroid1+MonoTouch1
  • portable-net45+sl5+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1

For .Net 4.5 paket used to resolve to the net40 build. With newer paket v0.5 (v0.4?) we now have explicit .Net 4.5 and 4.5.1 entries, which is nice. Unfortunately these entries now resolve to the portable build.

All the other entries e.g. for .Net 3.5, 4.0, WP and Silverlight look good.

Is this change intentional or a regression?

I personally prefer that it always chooses explicit full platform builds over portable ones if available, even if the platform build is for an older version, but there may be other opinions.

Paket v0.5.12

@cdrnet cdrnet changed the title Installer: prefer full platform builds over portable builds Prefer full platform builds over portable builds Oct 10, 2014
@forki
Copy link
Member

forki commented Oct 10, 2014

that's not intentional. It should use net40. Will fix

@forki forki closed this as completed in 5125e88 Oct 10, 2014
@forki
Copy link
Member

forki commented Oct 10, 2014

Please retry 0.5.15

Still have to add a test

@cdrnet
Copy link
Member Author

cdrnet commented Oct 10, 2014

Yes, that fixes it - thanks!

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

No branches or pull requests

2 participants