I want to install phantomJS nuget package for my .NET Core project. This nuget package contains an .exe file (phantomjs.exe).(C:\Users\.nuget\packages\PhantomJS\2.1.1\tools\phantomjs)
Building or publishing solution doesn't copy .exe file inside the bin or publish folder.
Do I have to add a specific configuration in my project.json to automatically copy .exe when I'll publish or build??