You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .
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
The text was updated successfully, but these errors were encountered: