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

Restrict frameworks in paket.dependencies #163

Merged
merged 2 commits into from
Oct 29, 2018

Conversation

theimowski
Copy link
Member

No description provided.

@isaacabraham
Copy link
Member

I'm up for doing this - it reduces a lot of complexity - but I've seen strange behaviour with Paket in the past with restrictions with regards to things like updating project references and the like. Just be aware - this should be tested out fully before merging :-)

source https://api.nuget.org/v3/index.json
storage: none
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

question to @matthid : can fake 5 dependencies be also restricted to a certain framework? e.g. framework: netstandard2.0 ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, in fact when using "paket-inline dependencies" framework: netstandard2.0 will be added by default:

https://github.com/fsharp/FAKE/blob/25a04f35a00d0fe892523d992f6245edeb9e0eca/src/app/Fake.Runtime/FakeRuntime.fs#L118-L119

@theimowski
Copy link
Member Author

Yep will need to test that thoroughly, however CI shows it builds for various options - so it should be all good

@theimowski theimowski merged commit 051f891 into SAFE-Stack:master Oct 29, 2018
@theimowski theimowski deleted the paket_fx_restriction branch October 30, 2018 11:44
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

Successfully merging this pull request may close these issues.

3 participants