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

Paket lacks of props and targets support #3831

Open
vshapenko opened this issue Apr 20, 2020 · 2 comments
Open

Paket lacks of props and targets support #3831

vshapenko opened this issue Apr 20, 2020 · 2 comments

Comments

@vshapenko
Copy link

vshapenko commented Apr 20, 2020

Description

Paket lacks support of props and targets files in build folder of nuget package. According to nuspec documentation here , .props and .targets file with names similar to package name should be included into target project. However, paket does not support such behavior and this causes cases like #3816 .

Repro steps

See #3816

Expected behavior

props and targets files should be added to fsproj when adding a package, and removed on remove

Actual behavior

props and targets files are not added

Known workarounds

Adding props and targets files manually

@cdrnet
Copy link
Member

cdrnet commented Apr 21, 2020

Paket has supported props and targets files in build for many years. There must be some other issue specific to that package.

@vshapenko
Copy link
Author

vshapenko commented Apr 21, 2020

@cdrnet looks like import_targets set false by default. May be docs would clarify this moment?

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